ng2-bootstrap-base-modified
Version:
Native Angular Bootstrap Components Typeahead modified
17 lines (14 loc) • 525 B
text/typescript
import { Component } from '@angular/core';
import { DEMOS } from './demos';
// webpack html imports
let titleDoc = require('html-loader!markdown-loader!./docs/usage.md');
({
selector: 'alert-section',
templateUrl: './alerts-section.component.html'
})
export class AlertsSectionComponent {
public name: string = 'Alerts';
public src: string = 'https://github.com/valor-software/ng2-bootstrap/tree/development/src/alert';
public titleDoc: string = titleDoc;
public demos: any = DEMOS;
}