ng.getContext
If inside an embedded view (e.g. *ngIf
or *ngFor
), retrieves the context of the embedded view that the element is part of. Otherwise retrieves the instance of the component whose view owns the element (in this case, the result is the same as calling getOwningComponent
).