You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class A {
a: string;
}
@component({
template: ` <p>{{a}}</p>`
})
class B extends A {
}
The text was updated successfully, but these errors were encountered:
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
Imagine this:
The text was updated successfully, but these errors were encountered: