From b9a436278be5a4d62ac07c246e067b38bab5ddd1 Mon Sep 17 00:00:00 2001 From: Palisanka Date: Fri, 24 Feb 2017 18:03:43 +0100 Subject: [PATCH] docs(alert): add import in usage example (#10434) add : `import { AlertController } from 'ionic-angular';` in usage section --- src/components/alert/alert.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/alert/alert.ts b/src/components/alert/alert.ts index 22a5aa87b5..34323d4b06 100644 --- a/src/components/alert/alert.ts +++ b/src/components/alert/alert.ts @@ -132,6 +132,9 @@ export class Alert extends ViewController { * * @usage * ```ts + * + * import { AlertController } from 'ionic-angular'; + * * constructor(private alertCtrl: AlertController) { * * }