appRoutes
appRoutes: Routes = [{path: '',component: IntroDemoShowcase,},{path: 'breadcrumb',component: BreadcrumbDemoShowcase},{path: 'site-datatable',component: SiteDatatableDemoShowcase},{path: 'site-selector',component: SiteSelectorDemoShowcase},{path: 'site-treetable',component: SiteTreeTableDemoShowcase},{path: 'treable-detail',component: TreeableDetailComponentDemoShowcase},]