#using this in the HTML template
6 messages · Page 1 of 1 (latest)
I mean, you can, but why would you?
I have been using angular since v4 and i have never had an issue not using this in the template.
I know I have never used it, because why? so my quesiton is, is there reson that I can tell them NOT to use this on every var and funciton they are passing in the template
You can tell them it's not idiomatic at all, that no-one else does it, that no single page of documentation recommends doing it. And that it's also not very logical, between the template is not the component: it's a client of the component.
yeah I've been trying thank you!