very clear explanation. Understood the whole concept in a go. Thanks. Doing great work.
@mohammedabdulaziz36582 жыл бұрын
Great lecture again, nice explanation sir
@MadhavanSPR2 жыл бұрын
Great Explanation ❤️ Eager to watch All of your videos 🎉
@agustinbaeznunez39472 жыл бұрын
Good afternoon, I really liked the way you controlled it. Even if you imagine having a route with 'user/{id}', in that case it only works the first time, it doesn't reload on the second time. Any suggestion you can give me? thanks and regards
@jaihorishijain2 жыл бұрын
I think, you have mashed-up all the playlists for angular into one. now it very difficult to find specific topic like router, pipe an..etc. also there is issue in order as well like introduction of pipe is showing after custom pipe.
@jaihorishijain2 жыл бұрын
Please keep playlist topics wise. it is easily for learner. if learner see more then 100 videos for angular may be they will not ready to watch all.
@procademy2 жыл бұрын
I will create playlists topic wise again. Some viewers suggested me to create a single playlist for all angular videos. However I think you are right 🙂
@procademy2 жыл бұрын
I will rectify the order of videos in this playlist
@jaihorishijain2 жыл бұрын
@@procademy Thanks
@paulmurielbiya-bi63252 жыл бұрын
You have subscribed to the navigation events in the ngOnInit method, but have unsubscribed to it. Won’t that cause a memory leakage?
@nasrullahhussaini71822 жыл бұрын
How can I fake for example a five second delay in my navigation so that I can see a spinner or loading indicator? Thanks
@srushtidaware7978 Жыл бұрын
use setTimeout()
@RamanishChoubey2 жыл бұрын
Sir this is a really good explanation. I have one question is it possible to call a function written at the destination component after NavigationEnds? Actually, I want to call a function on destination component when routed from a specific component.
@briancastroTI Жыл бұрын
same question here,
@mohammedabdulaziz36582 жыл бұрын
Sir, I would like to ask you one question which is related to real world scenario in angular The question is Once the navigation started "Popup form" will come & once the navigation end "popup form" will end can we achieve this using navigationStart & navigationEnd It will be not come again if we are navigating to one component to another component.
@procademy2 жыл бұрын
What I understand is ...let's say you have a signup link in your app, when user clicks on the signup link you want to show a popup with signup form....is that right??
@mohammedabdulaziz36582 жыл бұрын
@@procademy Yes sir but we don't want to perform on click event it be will like on home component initial load, The thing is we don't want to show a popup form on every internal navigation but we want to show the popup form only once the app load. as we see on WordPress website " popup form will come after a few seconds then it will disappear after a few seconds as we want to achieve the same thing in angular. I just generate the real time scenario base on this video.. Thank you for your reply, sir, your sincere student.