@schemcraft/control-flow
v1.1.0
Published
A schematic to replace *ngIf and *ngFor with Angular's new control flow syntax (@if and @for).
Downloads
5
Maintainers
Readme
@schemcraft/control-flow
🔁 A schematic to convert *ngIf and *ngFor to the new Angular control flow syntax (@if, @for).
🛠️ Install
npm install @schemcraft/control-flow🚀 Usage
npx schematics @schemcraft/control-flow:control-flow-replaceThis will update all .html files in your Angular project.
⚠️ Note
Supports *ngIf, *ngFor, and *ngIf with else.
MIT © Maruthupandian M
