UNPKG

1 kBJavaScriptView Raw
1import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2import { CommonModule } from '@angular/common';
3import { IonicModule } from 'ionic-angular';
4import { Ionic2Rating } from './ionic2-rating';
5export var NxtLifeIonic2RatingModule = (function () {
6 function NxtLifeIonic2RatingModule() {
7 }
8 NxtLifeIonic2RatingModule.decorators = [
9 { type: NgModule, args: [{
10 declarations: [
11 Ionic2Rating
12 ],
13 exports: [
14 Ionic2Rating
15 ],
16 imports: [
17 CommonModule,
18 IonicModule
19 ],
20 schemas: [
21 CUSTOM_ELEMENTS_SCHEMA
22 ]
23 },] },
24 ];
25 /** @nocollapse */
26 NxtLifeIonic2RatingModule.ctorParameters = [];
27 return NxtLifeIonic2RatingModule;
28}());
29//# sourceMappingURL=ionic2-rating.module.js.map
\No newline at end of file