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

Function expectStyle

packages/core/test/acceptance/styling_spec.ts:4423–4425  ·  view source on GitHub ↗
(element: HTMLElement)

Source from the content-addressed store, hash-verified

4421}
4422
4423function expectStyle(element: HTMLElement) {
4424 return expect(getElementStyles(element));
4425}
4426
4427function expectClass(element: HTMLElement) {
4428 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…