Angular 10 Tutorial #43 - RouterLink in Angular | Angular 10 Tutorial For Beginners

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 40

  • @avi12
    @avi12 2 роки тому +1

    Your tutorials are incredible and I'm watching them prepare for an Angular interview

  • @amanuellebassi7294
    @amanuellebassi7294 3 роки тому +5

    Thank You also for including my name in the client list array. Thank you also for elaborating on the difference between [routerLink]="['/user', client.clientId, 'edit']" and [routerLink]="[user', client.clientId, 'edit']"

    • @ARCTutorials
      @ARCTutorials  3 роки тому +2

      You're very welcome! You have been one of my strongest supporter of this channel.

    • @amanuellebassi7294
      @amanuellebassi7294 3 роки тому +1

      @@ARCTutorials It is my pleasure. The world needs more people like you. Thank you for investing your time in us.

    • @ARCTutorials
      @ARCTutorials  3 роки тому +1

      @@amanuellebassi7294 The world needs more friends like us :)

    • @amanuellebassi7294
      @amanuellebassi7294 3 роки тому

      @@ARCTutorials Keep plowing and keep up the good work. Soon, you will reap your good harvest.

  • @bhushankhaladkar2191
    @bhushankhaladkar2191 3 роки тому

    Nicely explained. Thanks for including dynamic routing in this tutorial.. in previous tutorials it was missing.

  • @darlindopson6771
    @darlindopson6771 3 роки тому +2

    Useful Playlist, Thanks a lot.

    • @ARCTutorials
      @ARCTutorials  3 роки тому

      Thank you so much for your support 🙏

  • @bharathkalyans
    @bharathkalyans Рік тому

    loved it!

  • @sajedaali4658
    @sajedaali4658 3 роки тому +1

    Thank you so much

  • @michaelfarahat6627
    @michaelfarahat6627 3 роки тому +1

    Thank You.

  • @sonnysonny66
    @sonnysonny66 3 роки тому +1

    Ser whats the different in functionality if i omitted or use the slash? Its not clear for me when to use the with slash or not. thank you

    • @ARCTutorials
      @ARCTutorials  3 роки тому

      Hi Sonny. We are trying to create the route which user should navigate from

  • @AussieAmigan
    @AussieAmigan 3 роки тому +1

    Wow! That routerLink's value being an array is something I would never have thought of. Can you not build the path as a string? Or is that not good practice?
    For instance, I'm not suggesting people do this if you think it is bad practice, but this also seems to work:
    Edit
    What can I say, I'm old enough to still think in classic ASP. :-D

    • @ARCTutorials
      @ARCTutorials  3 роки тому

      String concat is also a possible ways to do it. Its not wrong. Just looks messy and most cases, will surely make mistake in adding "/" or appending etc etc. I prefer to use the routes array, much simpler and easier way to write

  • @hiteshjoshi1008
    @hiteshjoshi1008 2 роки тому

    Where to go for your live application

  • @kartikthapliyal5987
    @kartikthapliyal5987 2 роки тому

    Sir i am getting console error that "Can't bind to 'ngFor-of' since it isn't a known property of tr " Due to which I'm not able to see edit delete and table option

  • @yelagandulasridhar7011
    @yelagandulasridhar7011 3 роки тому +1

    Hi Sridhar,Please can upload Sample Project Crud operations.

    • @ARCTutorials
      @ARCTutorials  3 роки тому

      Hi Sridhar. Its already uploaded on the GitHub. Here's the link github.com/arctutorials/angularcrud

    • @yelagandulasridhar7011
      @yelagandulasridhar7011 3 роки тому

      create functionality is working but update is not working.

  • @zeezee3891
    @zeezee3891 2 роки тому +1

    can someone plz help me? everytime im trying to include routerlink in a its giving me this error "cannot bind to routerlink since it isnt known property of a"

    • @zeezee3891
      @zeezee3891 2 роки тому

      ive added router module in imports already and im a beginner

    • @ARCTutorials
      @ARCTutorials  2 роки тому +1

      Hi Zohra. That’s because u gave wrong naming. Its routerLink - capital L in the word. I have small case. Try it and let me know

    • @zeezee3891
      @zeezee3891 2 роки тому +1

      @@ARCTutorials OMG!!! Thank you so much!!! I spent so much time trying to figure out where i was going wrong. It worked.Thanks again

    • @ARCTutorials
      @ARCTutorials  2 роки тому +1

      Im always here to help you! Please do share the tutorials with your friends as well. Thank you.

    • @zeezee3891
      @zeezee3891 2 роки тому

      @@ARCTutorials yes in fact I already did. Thank you so much for these tutorials.

  • @nageshbk1
    @nageshbk1 2 роки тому +1

    sir, why [routertLink] require square bracket at 16:04

    • @ARCTutorials
      @ARCTutorials  2 роки тому

      Its coz of data binding

    • @nageshbk1
      @nageshbk1 2 роки тому

      @@ARCTutorials thank you sir

    • @karanshah6104
      @karanshah6104 2 роки тому

      If you don't use square brackets, it will consider everything as string. and client.clientId is a dynamic value coming out of a object.

  • @akshita5518
    @akshita5518 3 роки тому +1

    But y router link was not working in ur crud tutorial sir

    • @ARCTutorials
      @ARCTutorials  3 роки тому +1

      Hi Akshita. I am not sure why. But you gave a good idea to refactor the code. Thanks for it

    • @akshita5518
      @akshita5518 3 роки тому

      @@ARCTutorials waiting for that👍

  • @saalimhussain6635
    @saalimhussain6635 3 роки тому +1

    1 st comment.

  • @AnandReddy9
    @AnandReddy9 3 роки тому

    Hi Brother I am getting "Uncaught ReferenceError: module is not defined
    at index.js:1" in browser console while loading the application, Could you help me to resolve this error