UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

10 lines (8 loc) 212 B
import { Component } from '@angular/core'; @Component({ selector: 'demo-buttons-basic', templateUrl: './basic.html' }) export class DemoButtonsBasicComponent { public singleModel: string = '1'; }