UNPKG

359 BJSONView Raw
1{
2 "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ng-add": {
5 "description": "Adds Angular Universal Express Engine to the application without affecting any templates",
6 "factory": "./install",
7 "schema": "./install/schema.json",
8 "aliases": ["express-engine-shell"]
9 }
10 }
11}