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

Issue in noAccessMissingMemberRule when accessing KeyedReads #185

Closed
mgechev opened this issue Dec 10, 2016 · 0 comments
Closed

Issue in noAccessMissingMemberRule when accessing KeyedReads #185

mgechev opened this issue Dec 10, 2016 · 0 comments
Assignees
Labels

Comments

@mgechev
Copy link
Owner

mgechev commented Dec 10, 2016

By @mikhailmelnik:

Not sure my issues are the same but I would say it looks like false positive too.

For the following template (based on ng-boostrap popover example)

<template #popContent>Hello</template>
<a ngbPopover]="popContent">click me</a>

ng lint says The property "popContent" that you're trying to access does not exist in the class declaration.

And for the following statement in template

{{t.errorData.errorMessages[0].message}}

ng lint says The property "message" that you're trying to access does not exist in the class declaration. while it is absolutely correct and even intellisense displays message option if I move this code to TS file.

@mgechev mgechev added this to the 2.0.0-Beta 2 - Turing switch milestone Dec 10, 2016
@mgechev mgechev self-assigned this Dec 10, 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

1 participant