Class Overview
class UpgradeAdapterRef {
ng1RootScope
: IRootScopeService
ng1Injector
: IInjectorService
ng2ModuleRef
: NgModuleRef<any>
ng2Injector
: Injector
ready
(fn: (upgradeAdapterRef?: UpgradeAdapterRef) => void)
dispose
()
}
Class Description
Use UpgradeAdapterRef
to control a hybrid AngularJS / Angular application.
Class Details
ng1RootScope : IRootScopeService
ng1Injector : IInjectorService
ng2ModuleRef : NgModuleRef<any>
ng2Injector : Injector
ready(fn: (upgradeAdapterRef?: UpgradeAdapterRef) => void)
Register a callback function which is notified upon successful hybrid AngularJS / Angular application has been bootstrapped.
The ready
callback function is invoked inside the Angular zone, therefore it does not
require a call to $apply()
.
dispose()
Dispose of running hybrid AngularJS / Angular application.
exported from upgrade/index, defined in upgrade/src/dynamic/upgrade_adapter.ts