mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
docs(bootstrap): make postBootstrap private
This commit is contained in:
@ -63,7 +63,9 @@ export function ionicProviders(args: any = {}) {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
export function postBootstrap(appRef: ComponentRef, prodMode: boolean) {
|
export function postBootstrap(appRef: ComponentRef, prodMode: boolean) {
|
||||||
appRef.injector.get(TapClick);
|
appRef.injector.get(TapClick);
|
||||||
let app: IonicApp = appRef.injector.get(IonicApp);
|
let app: IonicApp = appRef.injector.get(IonicApp);
|
||||||
|
Reference in New Issue
Block a user