MCPcopy Create free account
hub / github.com/angular/angular / getTNode

Function getTNode

packages/core/test/render3/instructions/styling_spec.ts:533–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531}
532
533function getTNode() {
534 return getLView()[TVIEW].firstChild!;
535}
536
537function getTData() {
538 return getLView()[TVIEW].data;

Callers 3

givenTemplateAttrsFunction · 0.70
givenDirectiveAttrsFunction · 0.70
expectTStylingKeysFunction · 0.70

Calls 1

getLViewFunction · 0.90

Tested by

no test coverage detected