diff --git a/src/config/bootstrap.ts b/src/config/bootstrap.ts index ef12f4873a..54eb27f3a1 100644 --- a/src/config/bootstrap.ts +++ b/src/config/bootstrap.ts @@ -31,12 +31,15 @@ const _reflect: any = Reflect; * app as an array for the second argument. You can also pass a config object as the third argument to configure your app's settings. * * @usage + * + * ```ts * import {ionicBootstrap} from 'ionic-angular'; * import {Component} from '@angular/core'; * * @Component({ * templateUrl: 'build/app.html', * }) + * ``` * * export class MyClass{} *