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

Function isFirstUpdatePass

packages/core/test/acceptance/integration_spec.ts:3398–3402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3396
3397 describe('tView.firstUpdatePass', () => {
3398 function isFirstUpdatePass() {
3399 const lView = getLView();
3400 const tView = lView[TVIEW];
3401 return tView.firstUpdatePass;
3402 }
3403
3404 function assertAttrValues(element: Element, value: string) {
3405 expect(element.getAttribute('data-comp')).toEqual(value);

Callers 2

textMethod · 0.85
textMethod · 0.85

Calls 1

getLViewFunction · 0.90

Tested by

no test coverage detected