UNPKG

ngx-modialog

Version:
35 lines (34 loc) 1.01 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ import { NgModule } from '@angular/core'; import { Modal as BaseModal } from 'ngx-modialog'; import { Modal } from './modal'; export const /** @type {?} */ providers = [ { provide: BaseModal, useClass: Modal }, { provide: Modal, useClass: Modal } ]; export class JSNativeModalModule { /** * @return {?} */ static getProviders() { return providers; } } JSNativeModalModule.decorators = [ { type: NgModule, args: [{ providers },] }, ]; function JSNativeModalModule_tsickle_Closure_declarations() { /** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */ JSNativeModalModule.decorators; /** * @nocollapse * @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>} */ JSNativeModalModule.ctorParameters; } //# sourceMappingURL=js-native.module.js.map