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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
src/app/story/titles-and-settings/titles-and-settings.component.html[12, 22]: The method "story" that you're trying to access does not exist in the class declaration.
Expected behavior
Linter knows about the inherited property "story" from the parent class.
The text was updated successfully, but these errors were encountered:
Bug Report
0.19.1
2.1.5
The problem :
Using : Angular2
I have
class A
andclass B extends A
In
B.component.html
I use a varstory
that is defined in class A.The linter doesn't like this (see result below)
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Expected behavior
Linter knows about the inherited property "story" from the parent class.
The text was updated successfully, but these errors were encountered: