docs(toast): Add import statement for Toast

Makes it clear how to import the Toast component into projects.
This commit is contained in:
William Li 2016-03-23 19:48:23 -07:00
parent 43be0ede7c
commit b3438c19c8

View File

@ -16,6 +16,8 @@ export interface ToastOptions {
*
* @usage
* ```ts
* import {Toast} from 'ionic-native';
*
* Toast.show("I'm a toast", 5000, "center").subscribe(
* toast => {
* console.log(toast);