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 512f671 commit 217ece8Copy full SHA for 217ece8
README.md
@@ -124,3 +124,12 @@ export const appRoutes: Route[] = [
124
];
125
```
126
127
+### Replace default HTML
128
+
129
+Change apps/app-shell/src/app/app.component.html
130
131
+```html
132
+<h1>App Shell</h1>
133
+<router-outlet></router-outlet>
134
+```
135
apps/app-shell/src/app/app.component.html
@@ -1 +1,2 @@
1
-<app-nx-welcome></app-nx-welcome> <router-outlet></router-outlet>
2
0 commit comments