docs(alert): add import in usage example (#10434)

add : `import { AlertController } from 'ionic-angular';` in usage section
This commit is contained in:
Palisanka
2017-02-24 18:03:43 +01:00
committed by Brandy Carney
parent 2182cf341b
commit b9a436278b

View File

@@ -132,6 +132,9 @@ export class Alert extends ViewController {
*
* @usage
* ```ts
*
* import { AlertController } from 'ionic-angular';
*
* constructor(private alertCtrl: AlertController) {
*
* }