@rx-angular/template
Version:
**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.
26 lines (25 loc) • 878 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"update-1.0.0-beta.30": {
"version": "1.0.0-beta.30",
"description": "Migrate to sub-entry points",
"factory": "./src/migrations/update-1.0.0-beta.30/index"
},
"introduce-rxfor-stable": {
"version": "1.0.0-rc.1",
"description": "Migrate rxFor imports from experimental package",
"factory": "./src/migrations/introduce-rxfor-stable/index"
},
"introduce-rxif-stable": {
"version": "1.0.0-rc.4",
"description": "Migrate rxIf imports from experimental package",
"factory": "./src/migrations/introduce-rxif-stable/index"
},
"drop-modules": {
"version": "16.0.0",
"description": "Migrate to standalone components",
"factory": "./src/migrations/drop-modules/index"
}
}
}