Skip to content

Commit

Permalink
doc(bootstrap): update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jun 8, 2016
1 parent 8836ae0 commit 46f6ee8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ const _reflect: any = Reflect;
* @Component({
* templateUrl: 'build/app.html',
* })
* ```
*
* export class MyClass{}
*
* ionicBootstrap(MyClass, null, {tabbarPlacement: 'bottom'})
* ```
*/
export function ionicBootstrap(appRootComponent: any, customProviders?: Array<any>, config?: any): Promise<ComponentRef<any>> {
// get all Ionic Providers
Expand Down

0 comments on commit 46f6ee8

Please sign in to comment.