ng2-bootstrap-base-modified
Version:
Native Angular Bootstrap Components Typeahead modified
31 lines (28 loc) • 1.12 kB
text/typescript
import { DemoCarouselDynamicComponent } from './dynamic/dynamic';
import { DemoCarouseBasicComponent } from './basic/basic';
import { DemoCarouselCaptionsComponent } from './captions/captions';
import { DemoCarouselConfigComponent } from './config/config';
export const DEMO_COMPONENTS = [
DemoCarouselDynamicComponent,
DemoCarouseBasicComponent,
DemoCarouselCaptionsComponent,
DemoCarouselConfigComponent
];
export const DEMOS = {
basic: {
component: require('!!raw-loader?lang=typescript!./basic/basic.ts'),
html: require('!!raw-loader?lang=markup!./basic/basic.html')
},
captions: {
component: require('!!raw-loader?lang=typescript!./captions/captions.ts'),
html: require('!!raw-loader?lang=markup!./captions/captions.html')
},
dynamic: {
component: require('!!raw-loader?lang=typescript!./dynamic/dynamic.ts'),
html: require('!!raw-loader?lang=markup!./dynamic/dynamic.html')
},
config: {
component: require('!!raw-loader?lang=typescript!./config/config.ts'),
html: require('!!raw-loader?lang=markup!./config/config.html')
}
};