feat(@angular/cli): support TypeScript 2.4 - #7065
Conversation
|
Followup from #6891, had to close it because the CLA check bugged. |
|
Fiddled around with the Following @clydin's recommendation I tried using I'll leave it as is for now and try to fix the typings later on. |
6563c6e to
b203786
Compare
This PR doesn't change new projects to use 2.4 since I have seen some reports of possible problems in `@angular/*`. Instead, it: - removes the dependency restrictions on <2.3 - bumps related dependencies to the minimum that supports 2.4 (`rxjs@^5.4.2`, `ts-node@~3.2.0`) - builds the CLI itself using 2.4 So if you want to install ts 2.4 in your new project, the CLI itself won't stop you. Fix angular#6827
|
interesting, angular cli supports typescript 2.4 but angular is not, yet angular/angular#18454 |
|
Not so much 'supports' as 'doesn't stop you from trying to use it' :p |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This PR doesn't change new projects to use 2.4 since I have seen some reports of possible problems in
@angular/*.Instead, it:
rxjs@^5.4.2,ts-node@~3.2.0) to the minimum that supports 2.4So if you want to install ts 2.4 in your new project, the CLI itself won't stop you.
Fix #6827