Navigation Events in Angular | Angular Routing | Angular 13+

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 18

  • @prernasingh5564
    @prernasingh5564 2 года назад +1

    very clear explanation. Understood the whole concept in a go. Thanks. Doing great work.

  • @MadhavanSPR
    @MadhavanSPR 2 года назад

    Great Explanation ❤️ Eager to watch All of your videos 🎉

  • @mohammedabdulaziz3658
    @mohammedabdulaziz3658 2 года назад +1

    Great lecture again, nice explanation sir

  • @agustinbaeznunez3947
    @agustinbaeznunez3947 Год назад

    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

  • @RamanishChoubey
    @RamanishChoubey Год назад

    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.

  • @paulmurielbiya-bi6325
    @paulmurielbiya-bi6325 2 года назад

    You have subscribed to the navigation events in the ngOnInit method, but have unsubscribed to it. Won’t that cause a memory leakage?

  • @mohammedabdulaziz3658
    @mohammedabdulaziz3658 2 года назад

    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.

    • @procademy
      @procademy  2 года назад

      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??

    • @mohammedabdulaziz3658
      @mohammedabdulaziz3658 2 года назад +1

      @@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.

  • @vinithkumare3137
    @vinithkumare3137 2 года назад

    Thanks brother

  • @jaihorishijain
    @jaihorishijain 2 года назад +2

    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.

    • @jaihorishijain
      @jaihorishijain 2 года назад

      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.

    • @procademy
      @procademy  2 года назад +2

      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 🙂

    • @procademy
      @procademy  2 года назад

      I will rectify the order of videos in this playlist

    • @jaihorishijain
      @jaihorishijain 2 года назад

      @@procademy Thanks

  • @nasrullahhussaini7182
    @nasrullahhussaini7182 2 года назад

    How can I fake for example a five second delay in my navigation so that I can see a spinner or loading indicator? Thanks