@nguniversal/express-engine
Version:
Express Engine for running Server Angular Apps
12 lines (11 loc) • 359 B
JSON
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Angular Universal Express Engine to the application without affecting any templates",
"factory": "./install",
"schema": "./install/schema.json",
"aliases": ["express-engine-shell"]
}
}
}