@ionic/angular
Version:
Angular specific wrappers for @ionic/core
18 lines • 997 B
JavaScript
import { Injectable } from '@angular/core';
import { OverlayBaseController } from '@ionic/angular/common';
import { alertController } from '@ionic/core';
import * as i0 from "@angular/core";
export class AlertController extends OverlayBaseController {
constructor() {
super(alertController);
}
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, providedIn: 'root' });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, decorators: [{
type: Injectable,
args: [{
providedIn: 'root',
}]
}], ctorParameters: () => [] });
//# sourceMappingURL=alert-controller.js.map