UNPKG

@schemcraft/control-flow

Version:

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

32 lines (31 loc) 689 B
{ "name": "@schemcraft/control-flow", "version": "1.1.0", "description": "A schematic to replace *ngIf and *ngFor with Angular's new control flow syntax (@if and @for).", "main": "dist/index.js", "schematics": "./collection.json", "files": [ "dist", "collection.json", "src/control-flow-replace/schema.json" ], "scripts": { "build": "tsc" }, "keywords": [ "angular", "schematics", "ngIf", "ngFor", "control-flow", "@if", "@for" ], "author": "Maruthupandian M", "license": "MIT", "devDependencies": { "@angular-devkit/core": "^17.0.0", "@angular-devkit/schematics": "^17.0.0", "typescript": "^5.3.0" } }