We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you get an error AngularJS not found on window you need to tell ngUpgrade how to access the angular variable via the setAngularJSGlobal() function.
AngularJS not found on window
ngUpgrade
angular
setAngularJSGlobal()
For example:
import * as angular from 'angular'; import {setAngularJSGlobal} from '@angular/upgrade/static'; setAngularJSGlobal(angular);