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

"The property that you're trying to access does not exist in the class declaration" is wrongly failing when using inheritance #225

Closed
pjpsoares opened this issue Jan 30, 2017 · 1 comment

Comments

@pjpsoares
Copy link

Imagine this:

class A {
  a: string;
}

@component({
  template: ` <p>{{a}}</p>`
})
class B extends A {
}
@pjpsoares pjpsoares changed the title "The property that you're trying to access does not exist in the class declaration" is giving false negatives with inheritance "The property that you're trying to access does not exist in the class declaration" is wrongly failing when using inheritance Jan 30, 2017
@mgechev
Copy link
Owner

mgechev commented Jan 30, 2017

#191

@mgechev mgechev closed this as completed Jan 30, 2017
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