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

Function expectStyle

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

Source from the content-addressed store, hash-verified

472});
473
474function expectStyle(element: HTMLElement) {
475 return expect(getElementStyles(element));
476}
477
478function expectClass(element: HTMLElement) {
479 return expect(getElementClasses(element));

Callers 1

styling_spec.tsFile · 0.70

Calls 1

getElementStylesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…