UNPKG

483 BMarkdownView Raw
1# Angular Universal Express-Engine Schematics
2
3A collection of Schematics for Angular Universal Express-Engine.
4
5## Collection
6
7### Install
8
9Adds 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
15Command: `ng add @nguniversal/express-engine`