CardViewItem in demo-shell (#3562)

This commit is contained in:
Alex Bolboșenco
2018-07-05 16:46:38 +03:00
committed by Eugenio Romano
parent edf82d9c05
commit 65ac1d37c4
9 changed files with 187 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ import { DemoPermissionComponent } from './components/permissions/demo-permissio
import { BlobPreviewComponent } from './components/blob-preview/blob-preview.component';
import { BreadcrumbDemoComponent } from './components/breadcrumb-demo/breadcrumb-demo.component';
import { NotificationsComponent } from './components/notifications/notifications.component';
import { CardViewComponent } from './components/card-view/card-view.component';
import { ContentNodeSelectorComponent } from './components/content-node-selector/content-node-selector.component';
import { ReportIssueComponent } from './components/report-issue/report-issue.component';
@@ -75,6 +76,16 @@ export const appRoutes: Routes = [
}
]
},
{
path: 'card-view',
component: AppLayoutComponent ,
children: [
{
path: '',
component: CardViewComponent
}
]
},
{
path: '',
component: AppLayoutComponent,