Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript mismatch warning on build #145

Closed
sinedied opened this issue Oct 5, 2017 · 0 comments
Closed

Typescript mismatch warning on build #145

sinedied opened this issue Oct 5, 2017 · 0 comments

Comments

@sinedied
Copy link
Member

sinedied commented Oct 5, 2017

With new angular-cli versions, a warning is now emitted because the TypeScript version we use is too recent (2.4) compared to the @angular/compiler requirements (2.3).

As TS version was upgraded to 2.4 because there was significant changes between 2.3 and 2.4 and some projects had issues with 2.3 version (most due to libs broken with 2.3). For now, no issues have been reported by projects from using the 2.4 version, even though a warning is emitted.

To avoid confusion on this matter, this warning should be silenced until angular@5 that will come with official TS 2.5 support.

@sinedied sinedied added the bug label Oct 5, 2017
sinedied added a commit that referenced this issue Oct 9, 2017
…rning

Fixed typescript mismatch warning (closes #145)
@sinedied sinedied moved this from Done to Released in ngX-Rocket backlog for all repos Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
ngX-Rocket backlog for all repos
  
Released/Processed
Development

No branches or pull requests

1 participant