UpgradeModule
NgModule
An NgModule, which you import to provide AngularJS core services,
and has an instance method used to bootstrap the hybrid upgrade application.
API
Description
Usage Notes
class UpgradeModule {}
$injector
anyThe AngularJS $injector for the upgrade application.
injector
The Angular Injector *
ngZone
The bootstrap zone for the upgrade application
bootstrap
anyBootstrap an AngularJS application from this NgModule
@paramelement
Elementthe element on which to bootstrap the AngularJS application
@parammodules
string[]the AngularJS modules to bootstrap for this application
@paramconfig
anyoptional extra AngularJS bootstrap configuration
@returns
anyJump to details