UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

10 lines (8 loc) 216 B
import { Component } from '@angular/core'; @Component({ selector: 'demo-buttons-radio', templateUrl: './radio.html' }) export class DemoButtonsRadioComponent { public radioModel: string = 'Middle'; }