-
Notifications
You must be signed in to change notification settings - Fork 235
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
prefer-inline-decorator is missing in v4.4 #670
Comments
mgechev
added a commit
that referenced
this issue
Jun 24, 2018
* fix: regressions in 4.4.0 - Downgrade to TypeScript 2.7 which is the officially supported on by `@angular/core` - Export `preferInlineDecoratorRule` We should introduce a public API guard to make sure we don't hit regressions like the second one. Fix #669 #670 * refactor: address comments * fix: regression in selector type
Fixed in 4.4.1. |
thank you very much |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mgechev, I think the
prefer-inline-decorator
rule somehow got lost when releasing v4.4. The 'preferInlineDecoratorRule.ts' file is not part of the package and tslint does also complain that it can't find the rule.The text was updated successfully, but these errors were encountered: