UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

12 lines (10 loc) 267 B
import { Component } from '@angular/core'; @Component({ selector: 'demo-rating-basic', templateUrl: './basic.html' }) export class DemoRatingBasicComponent { public max: number = 10; public rate: number = 7; public isReadonly: boolean = true; }