W3cubDocs

/Angular 4 TypeScript

UpgradeAdapterRef

Stable Class

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

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/upgrade/index/UpgradeAdapterRef-class.html