Angular 16 Routing Features | Routing Updates | Input decorator updates

Поділитися
Вставка
  • Опубліковано 17 тра 2023
  • In this video you will learn what are the new routing features introduced in angular 16.
    1.How to configure and use new routing features in angular 16
    2. How to access params, query params in angular 16 without using activated-routes.
    3. How to access data values and resolvers in angular 16 using input decorator
    4. How to use routing features in modular and standalone angular projects
    Github
    Standalone approach
    github.com/saikorthivada/angu...
    Modular approach
    github.com/saikorthivada/angu...
    For angular 16 Features and migration, Please check the below
    • Angular 16 features wi...
    For Angular 15 features, Please check the below
    • Angular 15 features | ...
    Angular Standalone components | Ways of using standalone components | Angular 15 | Stable release
    • Angular Standalone com...
    For Angular 12 features, Please check the below playlist
    • Angular 12 Features
    Basic Software concepts
    • Playlist
    For Angular Unit Testing, Please check the below playlist
    • Angular Unit Testing
    To know how to test basic patch value in angular watch below video
    • Angular Unit testing- ...
    Medium:
    / techshare-skk
    Address management Angular Tutorials
    Part 1 - • Reactive Form - 17 | A...
    Part2 - • Reactive Form - 18 | A...
    Part 3 - • Reactive Form - 19 | A...
    Part 4 - • Reactive Form - 20 | A...
    Part 5 - • Reactive Form - 21 | A...
    Part 6 - • Reactive Form - 22 | A...
    Part 7 - • Reactive Form - 23 | A...
    Mandatory to watch before watching unit testing for better understanding:
    (Reactive Forms Part 16 | Form Arrays removeAt method | Dynamically remove control from form array)
    • Reactive Forms Part 16...
    Recommend you to watch my previous videos for more information and the context.
    For testing form control without any validation watch below:
    • Angular Unit testing- ...
    For testing, Template driven forms
    • Angular Unit testing- ...
    For template and template context
    • Angular Unit testing- ...
    For Attribute Binding testing:
    • Angular Unit testing- ...
    For Testing style bindings:
    • Angular Unit testing- ...
    For Testing class binding
    • Angular Unit testing- ...
    For Testing property binding
    • Angular Unit testing- ...
    For interpolation unit testing
    • Angular Unit testing- ...
    Different Types of Data binding
    • Angular Data Binding |...
    Interpolation in angular
    • Angular Unit testing- ...
    For Component introduction check the below link
    • What are Angular compo...
    Angular Installation and setup
    • How to Configure Angul...
    For ng serve mechanisum and internal flow of angular follow the link below
    • Angular internal work ...
    Angular Modules
    • Angular Modules | What...
    Angular Tutorial playlist:
    • Angular Tutorials
    Medium:
    / techshare-skk
    For Angular 12 features, Please check the below playlist
    • Angular 12 Features
    Basic Software concepts
    • Playlist
    For Angular Unit Testing, Please check the below playlist
    • Angular Unit Testing
    Instagram:
    / tech.share.skk
    #angular16 #angular #angularrouting #latestversion #angularupdates #updates #trending
  • Наука та технологія

КОМЕНТАРІ • 14

  • @olgoree
    @olgoree 9 місяців тому +1

    Thank you, very good explanation with direct and easy to understand examples

  • @rahulpagidimarri4677
    @rahulpagidimarri4677 5 місяців тому +1

    Thanks

  • @sidduhedaginal
    @sidduhedaginal 7 місяців тому +1

    I like your explanation Sai...keep up good work

  • @nouchance
    @nouchance Рік тому

    Thank you

  • @RYinfo889
    @RYinfo889 8 місяців тому +1

    could please upload Angular 17 features video bro

    • @techshareskk
      @techshareskk  8 місяців тому

      Sure you can expect in couple of days ✌️✌️

  • @mahamatahmat6619
    @mahamatahmat6619 Рік тому

    Thank you so much. How can I change redirectTo value dynamically based on value coming from a service. (redirectTo: dynamicValue)

    • @techshareskk
      @techshareskk  Рік тому +1

      This is a different case where you have to handle as below
      1st you have to give a static path and then for that static path give a canActivate router guard and in the gaurd you can make the dynamic condition and from there you can navigate to other page whichever you want
      Hope this will help you. If you really need a video please post your problem exactly.

    • @mahamatahmat6619
      @mahamatahmat6619 Рік тому

      @@techshareskk Thanks a lot

  • @NLSAINI-he5gg
    @NLSAINI-he5gg 11 місяців тому

    where file name app.module.ts in standalone approach ? plz tell what is app.config.server.ts

    • @techshareskk
      @techshareskk  11 місяців тому

      Sorry can you give complete context of your question? I didn’t understand this