Tobias Bosch
ca5aebaa6b
refactor: update angular to support TypeScript 2.4
...
Detailed updates:
- rxjs@5.0.x
- tsickle@0.24.x
- typescript@2.4.x
- @bazel/typescript@0.10.0
- protractor@5.1.x
- selenium-webdriver@3.0.x
BREAKING CHANGE:
- the Angular compiler now requires TypeScript 2.4.x.
2017-09-12 10:31:30 -07:00
Chuck Jazdzewski
619e625ee2
refactor(tsc-wrapped): move tsc-wrapped to the packages directory ( #18160 )
2017-07-21 12:26:16 -05:00
Victor Berchet
c723d42d0a
refactor: fix typos ( #18000 )
2017-07-07 16:55:17 -07:00
Vikram Subramanian
5c5c2ae405
fix(platform-server): setup NoopAnimationsModule in ServerModule by default ( #15131 )
...
This is so that server side rendering does not throw an exception when it encounters animations on the server side and does not need the user to explicitly setup NoopAnimationsModule in their app server module.
Fixes #15098 , #14784 .
PR Close #15131
2017-03-17 16:21:51 -05:00
Chuck Jazdzewski
7a66a4115b
test(language-service): test `@angular/language-service` can be loaded by tsserver.js ( #14721 )
2017-03-01 13:22:46 -08:00