Stable
Class
class UpgradeAdapterRef { ng1RootScope : IRootScopeService ng1Injector : IInjectorService ng2ModuleRef : NgModuleRef<any> ng2Injector : Injector ready(fn: (upgradeAdapterRef?: UpgradeAdapterRef) => void) dispose() }
Use UpgradeAdapterRef
to control a hybrid Angular 1 / Angular 2+ application.
ng1RootScope : IRootScopeService
ng1Injector : IInjectorService
ng2ModuleRef : NgModuleRef<any>
ng2Injector : Injector
ready(fn: (upgradeAdapterRef?: UpgradeAdapterRef) => void)
Register a callback function which is notified upon successful hybrid Angular 1 / Angular 2+ application has been bootstrapped.
The ready
callback function is invoked inside the Angular 2+ zone, therefore it does not require a call to $apply()
.
dispose()
Dispose of running hybrid Angular 1 / Angular 2+ application.
exported from @angular/upgrade/index, defined in @angular/upgrade/src/upgrade_adapter.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v2.angular.io/docs/ts/latest/api/upgrade/index/UpgradeAdapterRef-class.html