UpgradeAdapterRef
Class
Deprecated
Use UpgradeAdapterRef
to control a hybrid AngularJS / Angular application.
API
class UpgradeAdapterRef {}
ng1RootScope
IRootScopeService
ng1Injector
IInjectorService
ng2ModuleRef
NgModuleRef<any>
ng2Injector
ready
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()
.
@returns
void
dispose
void
Dispose of running hybrid AngularJS / Angular application.
@returns
void
Jump to details