5 Commits

Author SHA1 Message Date
Martin Probst
5332b04f35 build: TypeScript 3.6 compatibility. ()
This PR updates Angular to compile with TypeScript 3.6 while retaining
compatibility with TS3.5. We achieve this by inserting several `as any`
casts for compatiblity around `ts.CompilerHost` APIs.

PR Close 
2019-10-03 09:09:11 -07:00
JiaLiPassion
96cbcd6da4 feat(zone.js): support Promise.allSettled ()
PR Close 
2019-08-05 09:54:37 -07:00
Alex Eagle
975917bafd Revert "fix(zone.js): don't wrap uncaught promise error. ()" ()
This reverts commit 2bb9a6535115ad8ba3c56781a4fe4141936cefe6.

It breaks tests in google3 which rely on the error handling behavior.

PR Close 
2019-07-30 15:03:49 -07:00
JiaLiPassion
2bb9a65351 fix(zone.js): don't wrap uncaught promise error. ()
Close 

PR Close 
2019-07-24 14:31:17 -07:00
JiaLiPassion
5eb7426216 build: move zone.js to angular repo ()
PR Close 
2019-06-20 11:27:39 -07:00