-
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
check-pipe breaks with ngFor #346
Comments
and an ngSwitch at least. Not sure which others are missing, maybe ngIf? |
Thanks for reporting the issue. I will take a look during the weekend on AngularUP. |
Other two cases which fail on the
|
@mgechev this issue is closed but the use case n.2 was not fixed... can you take a look on it? |
There's another issue related to |
ok, thx :) |
See #365 |
No worries |
It looks like the new
check-pipe
rule breaks with ngFor (as of 3.1.1):Throws:
See #347 for a unit test reproducing the issue.
The text was updated successfully, but these errors were encountered: