@mihalcan/shallow-render-schematics
Version:
Add shallow-render to an Angular CLI project
18 lines (17 loc) • 515 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"extends": ["@schematics/angular"],
"schematics": {
"component": {
"aliases": ["c"],
"description": "Creates a component with a shallow-render spec template",
"factory": "./component",
"schema": "./component/schema.json"
},
"ng-add": {
"factory": "./ng-add",
"schema": "./ng-add/schema.json",
"description": "Add shallow-render to the project"
}
}
}