UNPKG

ngx-bootstrap

Version:
25 lines 776 B
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { RatingComponent } from './rating.component'; var RatingModule = (function () { function RatingModule() { } RatingModule.forRoot = function () { return { ngModule: RatingModule, providers: [] }; }; RatingModule.decorators = [ { type: NgModule, args: [{ imports: [CommonModule], declarations: [RatingComponent], exports: [RatingComponent] },] }, ]; /** @nocollapse */ RatingModule.ctorParameters = function () { return []; }; return RatingModule; }()); export { RatingModule }; //# sourceMappingURL=rating.module.js.map