UNPKG

@schemcraft/control-flow

Version:

A schematic to replace *ngIf and *ngFor with Angular's new control flow syntax (@if and @for).

10 lines (9 loc) 243 B
{ "schematics": { "control-flow-replace": { "description": "Replace *ngIf and *ngFor with @if and @for", "factory": "./dist/control-flow-replace/index.js", "schema": "./src/control-flow-replace/schema.json" } } }