• Overview
@angular/upgrade/static

UpgradeModule

NgModule

An NgModule, which you import to provide AngularJS core services, and has an instance method used to bootstrap the hybrid upgrade application.

  
    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

@paramelementElement

the element on which to bootstrap the AngularJS application

@parammodulesstring[]

the AngularJS modules to bootstrap for this application

@paramconfigany

optional extra AngularJS bootstrap configuration

@returnsany
Jump to details