mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +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) {
|
||||
appRef.injector.get(TapClick);
|
||||
let app: IonicApp = appRef.injector.get(IonicApp);
|
||||
|
Reference in New Issue
Block a user