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
The typescript compiler does not check the html template. if this is an angular template, then consider posting this issue on https://github.com/angular/angular. if this is a general handelbars-like template request, #5151 tracks that proposal.
Is there a possibility to output a error message / warning with typescript, when the data binding or the name of the variable is wrong?
for example:
{{ classname.check().SOMETHINGSTUPID }}
// In this case, attaching "SOMETHINGSTUPID" to my code doesn't output a error or warning.
thank you
The text was updated successfully, but these errors were encountered: