mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
doc(bootstrap): update docs
This commit is contained in:
@ -26,7 +26,7 @@ const _reflect: any = Reflect;
|
||||
/**
|
||||
* @name ionicBootstrap
|
||||
* @description
|
||||
* `ionicBootstrap` allows you to bootstrap your entire application. Similar to Angualr's `bootstrap`, `ionicBootstrap`
|
||||
* `ionicBootstrap` allows you to bootstrap your entire application. Similar to Angular's `bootstrap`, `ionicBootstrap`
|
||||
* takes a root component in order to start the app. You can pass along any providers that you may want to inject into your
|
||||
* 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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user