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
fix(typescript): use correct ts version and fix promise types
Angular's compiler CLI requires typescript@^1.9.0-dev. The built-in
Promise typings for that version of TS have an incorrect definition
of Promise.resolve, so the config files have been updated to use
@types/es6-promise which correctly defines Promise.resolve
typings.
0 commit comments