Commit 426c1da
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: #151661 parent c08ca31 commit 426c1da
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments