An NgModule, which you import to provide AngularJS core services, and has an instance method used to bootstrap the hybrid upgrade application.
NgModule
class UpgradeModule { $injector: any; injector: Injector; override ngZone: NgZone; bootstrap(element: Element, modules?: string[], config?: any): any;}