Skip to content

Commit cb43a29

Browse files
authored
Update app-routing.module.ts (#14)
1 parent 47e6f49 commit cb43a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app-routing.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ const routes: Routes = [
2222
},
2323
{
2424
path: 'typography',
25-
loadComponent: () => import('./demo/component/basic-component/color/color.component').then((c) => c.ColorComponent)
25+
loadComponent: () => import('./demo/component/basic-component/typography/typography.component').then((c) => c.TypographyComponent)
2626
},
2727
{
2828
path: 'color',
29-
loadComponent: () => import('./demo/component/basic-component/typography/typography.component').then((c) => c.TypographyComponent)
29+
loadComponent: () => import('./demo/component/basic-component/color/color.component').then((c) => c.ColorComponent)
3030
},
3131
{
3232
path: 'sample-page',

0 commit comments

Comments
 (0)