docs(toast): add import statement in usage (#12278)

Cannot use ToastController without knowing from where to import it
This commit is contained in:
B
2017-07-13 11:05:56 -05:00
committed by Brandy Carney
parent 4c13535416
commit d23b9f7d49

View File

@@ -37,6 +37,8 @@ import { ToastOptions } from './toast-options';
*
* @usage
* ```ts
* import { ToastController } from 'ionic-angular';
*
* constructor(private toastCtrl: ToastController) {
*
* }