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
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.
The text was updated successfully, but these errors were encountered:
By @mikhailmelnik:
The text was updated successfully, but these errors were encountered: