You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated in Angular-cli docs
if AngularJS was added through scripts tag in angular-cli.json, then import * as angular from 'angular'; shouldn't be used, or else angular will get call twice and get bundled twice even in production mode.