what is meant by this in angular ?

Sevval

New member
What is meant by this in Angular?
this refers to the component itself for which the template was rendered. On the template you can access only members of the component. This means that this is implicitly added to each property which you use in the template. This two accesses are the same - the 2nd one implicitly use this in front of it.Sep 3, 2018