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']"
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
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
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
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"
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
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']"
You're very welcome! You have been one of my strongest supporter of this channel.
@@ARCTutorials It is my pleasure. The world needs more people like you. Thank you for investing your time in us.
@@amanuellebassi7294 The world needs more friends like us :)
@@ARCTutorials Keep plowing and keep up the good work. Soon, you will reap your good harvest.
Your tutorials are incredible and I'm watching them prepare for an Angular interview
Useful Playlist, Thanks a lot.
Thank you so much for your support 🙏
Nicely explained. Thanks for including dynamic routing in this tutorial.. in previous tutorials it was missing.
loved it!
Thank you so much
You're most welcome
Thank You.
You're welcome
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
Hi Sonny. We are trying to create the route which user should navigate from
Where to go for your live application
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
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
sir, why [routertLink] require square bracket at 16:04
Its coz of data binding
@@ARCTutorials thank you sir
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.
Hi Sridhar,Please can upload Sample Project Crud operations.
Hi Sridhar. Its already uploaded on the GitHub. Here's the link github.com/arctutorials/angularcrud
create functionality is working but update is not working.
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
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"
ive added router module in imports already and im a beginner
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
@@ARCTutorials OMG!!! Thank you so much!!! I spent so much time trying to figure out where i was going wrong. It worked.Thanks again
Im always here to help you! Please do share the tutorials with your friends as well. Thank you.
@@ARCTutorials yes in fact I already did. Thank you so much for these tutorials.
1 st comment.
Thanks Saalim for your support
But y router link was not working in ur crud tutorial sir
Hi Akshita. I am not sure why. But you gave a good idea to refactor the code. Thanks for it
@@ARCTutorials waiting for that👍
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