1 | # Angular Universal Express-Engine Schematics
|
2 |
|
3 | A collection of Schematics for Angular Universal Express-Engine.
|
4 |
|
5 | ## Collection
|
6 |
|
7 | ### Install
|
8 |
|
9 | Adds Angular Universal Express Engine and its dependencies and pre-configures the application.
|
10 |
|
11 | - Runs the default Angular Universal schematic to add Universal capabilities to an application
|
12 | - Adds Express-Engine and NgModule-Factory-Loader to `package.json`
|
13 | - Adds a sample Express server file
|
14 |
|
15 | Command: `ng add @nguniversal/express-engine`
|