How to Add Route Resolvers in Angular [Angular Series]

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

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

  • @nerdiloo9863
    @nerdiloo9863 3 года назад

    Super helpful and without the cli commands, bootstrap set up and all that jazz - subbed.

  • @PradeepSingh-nr9tj
    @PradeepSingh-nr9tj 5 лет назад +12

    Hi David . I can't thank you enough ! This is by far the best explanation on resolver .

  • @rahalkanishka1824
    @rahalkanishka1824 5 лет назад

    This video helps me to resolve an issue where I didn't complete my observable data. many thanks and it saved my time.

  • @kamrant8915
    @kamrant8915 4 года назад +1

    This is the best explanation I have ever seen. Thank you

  • @zzzbyyy
    @zzzbyyy 4 года назад

    Oh Gosh you saved a lot of my time ... i like straight explanations without unnecessary gimmicks...

  • @godwinyoh3700
    @godwinyoh3700 4 года назад

    The quality of presentation is exquisite. it is like something one would buy on some websites for some dollars and I am getting it free. Thanks a lot David, New subscriber here.

  • @akashthakur05
    @akashthakur05 5 лет назад +3

    i was Exactly Searching this types of videos . Just a Complain Make Some More videos on Angular . I loved Your Videos

  • @ghostsOfWar13
    @ghostsOfWar13 4 года назад

    thank you sir, you have spared me a great deal of agony today.

  • @vinichab
    @vinichab 4 года назад

    The video quality is terrible, but this is the best explanation I could find! Thank you

  • @zoltanrakottyai
    @zoltanrakottyai 3 года назад +1

    Well put together example!
    Note: present version v11.x.x of the @angular/cli has a command for generting a resolver!
    Usage: ng g resolver

  • @rahulmisra2000
    @rahulmisra2000 5 лет назад +1

    Brilliant explanations!

  • @yongcao2780
    @yongcao2780 3 года назад

    Love this video! Well explained! Very helpful!

  • @MrSkoban
    @MrSkoban 3 года назад

    You saved my life!

  • @devesh21
    @devesh21 5 лет назад +1

    Nicely explained. How can I add spinner with resolver?

  • @youssefdev3513
    @youssefdev3513 3 года назад

    that was very helpful dude

  • @devzar5100
    @devzar5100 3 года назад

    Hi David, if we want call multiple service call. Then how we will implement without loading components.

  • @faycalbenlarbidelai2635
    @faycalbenlarbidelai2635 5 лет назад +1

    beauuuutiful way of explaining things! thaanks!

  • @zoltanrakottyai
    @zoltanrakottyai 3 года назад

    btw, what version of Angular is used in the video?

  • @expertus-e
    @expertus-e 5 лет назад +1

    Really good explanation!

  • @waseemahmadnaeem9504
    @waseemahmadnaeem9504 3 года назад

    Thanks, this was helpful

  • @williammoriarty660
    @williammoriarty660 4 года назад

    This is exactly what I needed. Thanks so much!

  • @cool_piglet
    @cool_piglet 4 года назад

    well, it kinda does its job, but isn't it easier just to initialize Cars as an empty array? no null checks, no extra code, no new files. moreover - you can show loading circle, while you're getting the data. for me it's more appropriate, rather than some delay before redirect (like the page is not optimized or my connection sucks). it's really important for a user to know, that he did something right and something is about to happen. with your approach he doesn't know anything: did he hit the button? is the page loading? is everything alright?

  • @durgamaheshreddy1224
    @durgamaheshreddy1224 4 года назад

    Thanks Bro , very detailed explanation...

  • @azeemrahman8165
    @azeemrahman8165 4 года назад

    Thanks for the video was searching for the exact thing.
    Cant we give an css loader on the screen by the time resolver gets the data and routes to the component...?

  • @kastenbrot5793
    @kastenbrot5793 3 года назад

    saved my life xD thanks mate

  • @mirjana72003
    @mirjana72003 5 лет назад +1

    Thank you so much, awesome explanation :)

  • @supindersingh8882
    @supindersingh8882 4 года назад

    Isn't it makes bad user experience? User can feel that the app is running slow. What are your views?

  • @dmytrozaporozhskiy4848
    @dmytrozaporozhskiy4848 4 года назад

    Thank you very much for this video.

  • @alpeshvaddoriya4227
    @alpeshvaddoriya4227 3 года назад

    What happen if http call get failed.. it won't reload route?

  • @eugenenovikov671
    @eugenenovikov671 3 года назад

    thank you for the video

  • @rafaellauxen3577
    @rafaellauxen3577 5 лет назад

    You are amazing dude! thanks!

  • @gkmishra2009
    @gkmishra2009 5 лет назад

    how to choose between angular and react??

  • @MaverickYurii
    @MaverickYurii 5 лет назад

    Thanks!

  • @harshilparmar9076
    @harshilparmar9076 5 лет назад

    thanks

  • @abhiDevTech
    @abhiDevTech 4 года назад

    David....

  • @johnmaloney1681
    @johnmaloney1681 5 лет назад +1

    "Day-tuh", not "Dah-tuh"

  • @fodorpap
    @fodorpap 3 года назад

    Thanks a lot. It was useful.