Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(@schematics/angular): hide universal schematic
The universal schematic by itself doesn't get you a working server application. BREAKING CHANGE: universal schematic is now hidden and cannot be used with the `ng generate` command. Users who want a working universal application should use `ng add @nguniversal/express-engine` or `ng add @nguniversal/hapi-engine` Closes: #15166
- Loading branch information