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
For newly generated projects, zone.js is currently added before the SystemJS polyfills, which will cause problems on initial app load (in both index.html and karma.conf.js). Zones must be loaded after all other polyfills touching async stuff.