UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

28 lines (25 loc) 1.14 kB
import { DemoPaginationBasicComponent } from './basic/basic'; import { DemoPaginationPagerComponent } from './pager/pager'; import { DemoPaginationLimitComponent } from './limit/limit'; import { DemoPaginationStylingComponent } from './styling-global/styling-global'; export const DEMO_COMPONENTS = [ DemoPaginationBasicComponent, DemoPaginationPagerComponent, DemoPaginationLimitComponent, DemoPaginationStylingComponent ]; export const DEMOS = { basic: { component: require('!!raw-loader?lang=typescript!./basic/basic.ts'), html: require('!!raw-loader?lang=markup!./basic/basic.html') }, pager: { component: require('!!raw-loader?lang=typescript!./pager/pager.ts'), html: require('!!raw-loader?lang=markup!./pager/pager.html') }, limit: { component: require('!!raw-loader?lang=typescript!./limit/limit.ts'), html: require('!!raw-loader?lang=markup!./limit/limit.html') }, styling: { component: require('!!raw-loader?lang=typescript!./styling-global/styling-global.ts'), html: require('!!raw-loader?lang=markup!./styling-global/styling-global.html') } };