mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
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 #6827