stencils-ionic-wrapper
Version:
Ionic 2 Angular Wrapper for Stenciljs Component.
21 lines • 673 B
JavaScript
import { NgModule } from '@angular/core';
import { IonWrapperComponent } from './ion-wrapper';
var IonWrapperModule = (function () {
function IonWrapperModule() {
}
IonWrapperModule.decorators = [
{ type: NgModule, args: [{
declarations: [
IonWrapperComponent
],
exports: [
IonWrapperComponent
]
},] },
];
/** @nocollapse */
IonWrapperModule.ctorParameters = function () { return []; };
return IonWrapperModule;
}());
export { IonWrapperModule };
//# sourceMappingURL=ion-wrapper.module.js.map