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
In this case, I'm getting The property "myThing" that you're trying to access does not exist in the class declaration. which shouldn't matter because myThing is defined in the HTML. Does it need to be defined again in the class? I think adding it as a #myThing attribute should be sufficient.
The text was updated successfully, but these errors were encountered:
I think the rule
no-access-missing-member
is throwing false positives in the following case of a component template:In this case, I'm getting
The property "myThing" that you're trying to access does not exist in the class declaration.
which shouldn't matter becausemyThing
is defined in the HTML. Does it need to be defined again in the class? I think adding it as a#myThing
attribute should be sufficient.The text was updated successfully, but these errors were encountered: