Skip to content

Commit 217ece8

Browse files
add routes for apps
1 parent 512f671 commit 217ece8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,12 @@ export const appRoutes: Route[] = [
124124
];
125125
```
126126

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+
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<app-nx-welcome></app-nx-welcome> <router-outlet></router-outlet>
1+
<h1>App Shell</h1>
2+
<router-outlet></router-outlet>

0 commit comments

Comments
 (0)