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
any
The AngularJS $injector
for the upgrade application.
injector
The Angular Injector *
ngZone
The bootstrap zone for the upgrade application
bootstrap
any
Bootstrap an AngularJS application from this NgModule
@paramelement
Element
the element on which to bootstrap the AngularJS application
@parammodules
string[]
the AngularJS modules to bootstrap for this application
@paramconfig
any
optional extra AngularJS bootstrap configuration
@returns
any
Jump to details