We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93d747 commit 2820c12Copy full SHA for 2820c12
docs/documentation/stories/app-shell.md
@@ -48,7 +48,12 @@ build with the app shell target
48
```
49
ng run my-app:app-shell
50
51
+If you would like to build for production you should run the following command
52
+```
53
+ng run my-app:app-shell:production
54
+ng run my-app:app-shell --configuration production
55
56
57
Verify the build output
-Open dist/app-shell/index.html
58
+Open dist/index.html
59
look for text "app-shell works!" which verifies that the app shell route was rendered as part of the output
0 commit comments