docs(): fix various documentation issues

This commit is contained in:
Ken Sodemann
2017-09-18 12:08:34 -05:00
parent f953b12416
commit 198764cb1f
4 changed files with 5 additions and 3 deletions

View File

@@ -47,6 +47,8 @@ import { LoadingOptions } from './loading-options';
*
* @usage
* ```ts
* import { LoadingController } from 'ionic-angular';
*
* constructor(public loadingCtrl: LoadingController) {
*
* }