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

ngif not check #193

Closed
pierre-hilt opened this issue Dec 14, 2016 · 0 comments
Closed

ngif not check #193

pierre-hilt opened this issue Dec 14, 2016 · 0 comments
Assignees
Labels

Comments

@pierre-hilt
Copy link

Hello,

It seems that ngif is not check properly.
For example, using no-access-missing-member, ngif is not check:

        @Component({
          selector: 'foobar',
          template: \`
        <div *ngIf="foo"></div>
      \`
        })
        class Test {

        }

That should fail because foo is not a known property but that passes.

@mgechev mgechev self-assigned this Dec 14, 2016
@mgechev mgechev added this to the 2.0.0-Beta 4 KV35 milestone Dec 14, 2016
@mgechev mgechev modified the milestones: 2.0.0-Beta 5 Flightside, 2.0.0-Beta 4 KV35 Dec 21, 2016
mgechev added a commit that referenced this issue Dec 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants