Skip to content

Commit 426c1da

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
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
1 parent c08ca31 commit 426c1da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/schematics/angular/collection.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"universal": {
8888
"factory": "./universal",
8989
"description": "Create an Angular universal app.",
90-
"schema": "./universal/schema.json"
90+
"schema": "./universal/schema.json",
91+
"hidden": true
9192
},
9293
"appShell": {
9394
"aliases": [ "app-shell" ],

0 commit comments

Comments
 (0)