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