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

Function assertAttrValues

packages/core/test/acceptance/integration_spec.ts:3403–3406  ·  view source on GitHub ↗
(element: Element, value: string)

Source from the content-addressed store, hash-verified

3401 }
3402
3403 function assertAttrValues(element: Element, value: string) {
3404 expect(element.getAttribute('data-comp')).toEqual(value);
3405 expect(element.getAttribute('data-dir')).toEqual(value);
3406 }
3407
3408 it('should be marked with `firstUpdatePass` up until the template and host bindings are evaluated', () => {
3409 @Directive({

Callers 1

Calls 1

getAttributeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…