Skip to content

Commit

Permalink
feat(@schematics/angular): hide universal schematic
Browse files Browse the repository at this point in the history
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
alan-agius4 authored and Keen Yee Liau committed Aug 20, 2019
1 parent c08ca31 commit 426c1da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/schematics/angular/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"universal": {
"factory": "./universal",
"description": "Create an Angular universal app.",
"schema": "./universal/schema.json"
"schema": "./universal/schema.json",
"hidden": true
},
"appShell": {
"aliases": [ "app-shell" ],
Expand Down

0 comments on commit 426c1da

Please sign in to comment.