Angular πŸ‡ΊπŸ‡¦ - practical notes
1.63K subscribers
1.6K photos
1 file
532 links
Angular - practical notes

This group is for posting practical notes for Angular developers. Mostly all posts are for quick implementation https://t.me/angular_practical_notes (Commenting on posts only in ENG and UA langs here). Welcome!
Download Telegram
πŸ§ͺ New Angular 17 feature: deferred loading

#angular #html #controlFlow

🚩 > Angular v17.0.0-next.8

βœ… Article link: https://itnext.io/new-angular-17-feature-deferred-loading-156d472b008b

🎁 Code link: https://github.com/gergelyszerovay/angular-17-deferred-loading
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1πŸ”₯1
πŸ§ͺ Control Flow Migration Schematic

#angular #html #controlFlow

πŸ€” How to use it?
As with any other schematic, you have to run the generate command through the CLI and use the control-flow schematic (you need to be using 17.0.0-next.8 or 17.0.0-rc.0 for this command to run).

ng g @angular/core:control-flow


🚩 > Angular v17.0.0-next.8

βœ… Article link: https://blog.herodevs.com/new-in-angular-control-flow-migration-schematic-57979ebeaa71
πŸ§ͺ Angular β€” New Control Flow

#angular #controlFlow

🚩 > Angular v17.0.0-next.8

βœ… Article link: https://blog.stackademic.com/angular-new-control-flow-with-a-working-example-72cc0a860988

🎁 Code link: https://github.com/Madhust/angular-control-flows/
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ“„ Transitioning to Angular 17’s New Control Flow Syntax

#angular #controlFlow

🚩 > Angular v17

βœ… Article link: https://medium.com/@dimeloper/transitioning-to-angular-17s-new-control-flow-syntax-0555aa45f06f
πŸ”₯1
πŸ“„ Angular Declarative Control Flow & Deferrable Views

#angular #controlFlow #defer

🚩 > Angular 17

βœ… Article link
πŸ”₯3
πŸ“„ How to Implement Deferrable Views in Angular 17

#angular #controlFlow #defer

🚩 > Angular 17

βœ… Article link
🌐 Angular : Best practices after the renaissance #1

#angular #controlFlow

Control flow (from version β‰₯ 17)

One of the biggest improvements in Angular is the introduction of new syntax for handling HTML. The updated syntax for managing conditions and iterations significantly enhances code clarity and maintainability. Previously, directives like *ngIf and *ngFor were used, but the new syntax offers more streamlined and cleaner ways to handle such scenarios.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2❀1