UNPKG

758 BJavaScriptView Raw
1import { CommonModule } from '@angular/common';
2import { NgModule } from '@angular/core';
3import { RatingComponent } from './rating.component';
4export var RatingModule = (function () {
5 function RatingModule() {
6 }
7 RatingModule.forRoot = function () {
8 return {
9 ngModule: RatingModule,
10 providers: []
11 };
12 };
13 RatingModule.decorators = [
14 { type: NgModule, args: [{
15 imports: [CommonModule],
16 declarations: [RatingComponent],
17 exports: [RatingComponent]
18 },] },
19 ];
20 /** @nocollapse */
21 RatingModule.ctorParameters = function () { return []; };
22 return RatingModule;
23}());
24//# sourceMappingURL=rating.module.js.map
\No newline at end of file