On this page
UpgradeAdapterRef
class
deprecated
final
Use UpgradeAdapterRef
to control a hybrid AngularJS / Angular application.
Deprecated: Deprecated since v5. Use upgrade/static
instead, which also supports Ahead-of-Time compilation.
class UpgradeAdapterRef {
ng1RootScope: IRootScopeService
ng1Injector: IInjectorService
ng2ModuleRef: NgModuleRef<any>
ng2Injector: Injector
ready(fn: (upgradeAdapterRef: UpgradeAdapterRef) => void)
dispose()
}
Properties
Property | Description |
---|---|
ng1RootScope: IRootScopeService |
|
ng1Injector: IInjectorService |
|
ng2ModuleRef: NgModuleRef<any> |
|
ng2Injector: Injector |
Methods
ready()
|
|||
---|---|---|---|
Register a callback function which is notified upon successful hybrid AngularJS / Angular application has been bootstrapped. |
|||
|
fn |
(upgradeAdapterRef: UpgradeAdapterRef) => void |
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. |
|
© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v13.angular.io/api/upgrade/UpgradeAdapterRef