Angular 16 features with examples | Stable release | Signals in angular

Поділитися
Вставка
  • Опубліковано 8 тра 2023
  • In this video you will learn what are the new features introduced in angular 16. How it helps for us as front end developers.
    1.CLI Updates for standalone migration
    2. CLI updates for creating entire standalone application.
    3. What are Signals in angular.
    4. How to use Signals in angular and how to configure.
    5. Advantages of Signals in angular.
    6. Hydration process in angular
    7. Input decorator required property.
    For Angular 15 features, Please check the below playlist
    • 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 #angulartraining #latestversion #angularupdates #updates #trending
  • Наука та технологія

КОМЕНТАРІ • 9

  • @rahulrahul6259
    @rahulrahul6259 6 місяців тому +1

    I've learned a lot about A16 with simple examples thanks !!

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

    00:03 Updating to Angular 16 and understanding signals
    02:30 Updating to Angular 16 using NG update
    07:26 Convert application to Standalone using CLI command
    09:50 Angular 16 application setup and signals explained
    14:47 Usage of signals in Angular 16
    17:06 The difference between set and update method in Angular.
    21:20 Angular 16 introduces signals for performance improvement
    23:38 Using computed property to handle complex concatenation in Angular 16
    27:54 Using input decorator and required property in Angular 16
    29:53 Using input decorator for passing data to child components
    34:06 Angular 16 server rendering and SSR setup with local and normal servers
    36:16 Angular 16 introduces client hydration for server-side rendering updates.
    Crafted by Merlin AI.

  • @kirankumark7175
    @kirankumark7175 Рік тому +2

    Thank you for sharing this information. If possible, would you be able to make a video on the NGRX tutorial for Angular

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

    Hello Sai, your concept explanation is really good. Once question what is the advantage is using standalone when we had module in previous versions?

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

      Very good question
      Want to explain you in details. Please try to understand the below scenario
      You have a module which contains login register which are registered in one module let say pre login module
      Now for example you want to use one component let say popup component in login but not in register component
      Now to use that in login component we have to put this component inside the declarations of pre-login module
      So here the problem is we dont want to use that for both it is used only for one but we are registering at module level. So it is waste using instead if you use the standalone for login register and popup component you can import in the standalone component which requires the popup component here we can just import in login standalone component and when we load the login component then only out popup component will load and hence it reduce the load on the browser.
      And to simply say standalone is something like individual module itself

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

    Can you please include the github repo in the video description If possible ? Thank You.

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

      I think i have missed in the description will check and if i get in repository i will definitely post it
      It is available for all the videos but not sure why i have missed here
      Let me try for that