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
πŸ§ͺ 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
πŸ€“ 13 HTML Attributes You Should Know

#html #attributes

...In HTML, attributes are used to provide additional information about HTML elements...


βœ… Article link