MCPcopy Index your code
hub / github.com/angular/angular / expectClass

Function expectClass

packages/core/test/render3/instructions/styling_spec.ts:478–480  ·  view source on GitHub ↗
(element: HTMLElement)

Source from the content-addressed store, hash-verified

476}
477
478function expectClass(element: HTMLElement) {
479 return expect(getElementClasses(element));
480}
481
482function givenTemplateAttrs(tAttrs: TAttributes) {
483 const tNode = getTNode();

Callers 1

styling_spec.tsFile · 0.70

Calls 1

getElementClassesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…