Options
All
  • Public
  • Public/Protected
  • All
Menu

dotcms-js

Index

Variables

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},]

fs

fs: any = require('fs')

platform

platform: PlatformRef = platformBrowserDynamic()

prismjs

prismjs: any = require('../assets/js/prism')

routing

routing: ModuleWithProviders = RouterModule.forRoot(appRoutes)

Generated using TypeDoc