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 47e6f49 commit cb43a29Copy full SHA for cb43a29
src/app/app-routing.module.ts
@@ -22,11 +22,11 @@ const routes: Routes = [
22
},
23
{
24
path: 'typography',
25
- loadComponent: () => import('./demo/component/basic-component/color/color.component').then((c) => c.ColorComponent)
+ loadComponent: () => import('./demo/component/basic-component/typography/typography.component').then((c) => c.TypographyComponent)
26
27
28
path: 'color',
29
- loadComponent: () => import('./demo/component/basic-component/typography/typography.component').then((c) => c.TypographyComponent)
+ loadComponent: () => import('./demo/component/basic-component/color/color.component').then((c) => c.ColorComponent)
30
31
32
path: 'sample-page',
0 commit comments