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

Request for (beta) support for angular 5 (currently beta 6) #409

Closed
williamBurgeson opened this issue Sep 9, 2017 · 1 comment
Closed

Comments

@williamBurgeson
Copy link

Noticed when experimentally upgrading my ng 4 (angular-cli) project to ng 5 (beta 6) there was a codelyzer warning that it only supports < 5.0.0

I've run ng test and ng build without any problems, other than a build warning (although I didn't do code coverage, or ng build --prod for that matter)

Just one to put on the work path so when ng 5 goes live we don't get warnings.

@mgechev
Copy link
Owner

mgechev commented Oct 5, 2017

Angular 5 has breaking changes for codelyzer. There's no longer JitReflector in @angular/core, it's moved to @angular/platform-browser-dynamic/src/compiler_reflector.

In the next a couple of days I'll see how much changes will be required and push an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants