Passing Query Parameters to Route | Angular Route | Angular 13+

Поделиться
HTML-код
  • Опубликовано: 17 мар 2022
  • We learned about route parameters in the last two lectures. In this lecture let's learn what is a query parameter, how to pass a query parameter to route and how to retrieve the value of a query parameter from the route?
    Query parameters are the optional parameters which we can pass to a route. Unlike route parameters which are reqyured, query parameters are optional. Even if you dont pass a value for query parameter, angular will not stop navigating to that route.
    In this lecture you will learn following topics:
    1. WHat is a query parameter?
    2. How query parameter is different from Route parameter?
    3. How to pass a query parameter to a Route?
    4. How to retrieve the value of a query parameter from the route?
    Let's learn about query parameters in detail with an example in this lecture.
    DOWNLOAD SECTION SOURCE CODE HERE: drive.google.com/file/d/16SYO...

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

  • @lakshithakanchana6155
    @lakshithakanchana6155 Год назад +5

    We are lucky to have an instructor like you. Thank you very much!!!

  • @taimoorfarid9931
    @taimoorfarid9931 Год назад +4

    I am literally regretting after buying an expensive course, which didnt helped me much and i came to this course looking for solutions... Thanks aloottttt. I dont usually subscribe but u deserve it!!.

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

    Again, Great Explanation sir about query parameter series. it's really helping out to watching your videos THANKS ALOT!!!!

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

    Best tutorial 🔥🔥

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

    Thank you!

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

    VERY GOOD thank you

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

    Good one

  • @shekarchepala6475
    @shekarchepala6475 9 месяцев назад

    hi sir, found one bug here.... The edit button works only once..when we click again on the edit button..it does not work.....instead, we can write the observable in the button function method.

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

    Hello sir can we expect authorization and module tutorials as well.

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

    Hello Sir can you please share actual code of Route, you have share code which is related to directive even I can not see the code in GitHub based on Router

  • @ShashiKumar-sv5gz
    @ShashiKumar-sv5gz Год назад +2

    Great Explanation. But, Just a small mistake i.e Boolean('false') return true, But not false

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

      You are right...as here we are passing a string which is a truthy value.

  • @debanjanmandal08
    @debanjanmandal08 2 месяца назад

    Don't know why you make these codes so complicated and lengthy. For a beginner like me it is very confusing.