# Angular Universal Express-Engine Schematics

A collection of Schematics for Angular Universal Express-Engine.

## Collection

### Install

Adds Angular Universal Express Engine and its dependencies and pre-configures the application.

- Runs the default Angular Universal schematic to add Universal capabilities to an application
- Adds Express-Engine and NgModule-Factory-Loader to `package.json`
- Adds a sample Express server file

Command: `ng add @nguniversal/express-engine`
