ng2-bootstrap-base-modified
Version:
Native Angular Bootstrap Components Typeahead modified
28 lines (25 loc) • 1.1 kB
text/typescript
import { DemoButtonsBasicComponent } from './basic/basic';
import { DemoButtonsCheckboxComponent } from './checkbox/checkbox';
import { DemoButtonsRadioComponent } from './radio/radio';
import { DemoButtonsDisabledComponent } from './disabled/disabled';
export const DEMO_COMPONENTS = [
DemoButtonsBasicComponent, DemoButtonsCheckboxComponent, DemoButtonsRadioComponent, DemoButtonsDisabledComponent
];
export const DEMOS = {
basic: {
component: require('!!raw-loader?lang=typescript!./basic/basic.ts'),
html: require('!!raw-loader?lang=markup!./basic/basic.html')
},
checkbox: {
component: require('!!raw-loader?lang=typescript!./checkbox/checkbox.ts'),
html: require('!!raw-loader?lang=markup!./checkbox/checkbox.html')
},
radio: {
component: require('!!raw-loader?lang=typescript!./radio/radio.ts'),
html: require('!!raw-loader?lang=markup!./radio/radio.html')
},
disabled: {
component: require('!!raw-loader?lang=typescript!./disabled/disabled.ts'),
html: require('!!raw-loader?lang=markup!./disabled/disabled.html')
}
};