mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
docs(alert): imported AlertController in usage example (#11567)
Added an importation for use the alert controller on line 52.
This commit is contained in:

committed by
Brandy Carney

parent
cbe0b42e74
commit
120c85d74e
@ -49,6 +49,8 @@ import { Config } from '../../config/config';
|
|||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```ts
|
* ```ts
|
||||||
|
* import { AlertController } from 'ionic-angular';
|
||||||
|
*
|
||||||
* constructor(private alertCtrl: AlertController) {
|
* constructor(private alertCtrl: AlertController) {
|
||||||
*
|
*
|
||||||
* }
|
* }
|
||||||
|
Reference in New Issue
Block a user