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

Function matchTView

packages/core/test/render3/matchers.ts:73–75  ·  view source on GitHub ↗
(expected?: Partial<TView>)

Source from the content-addressed store, hash-verified

71 * @param expected optional properties which the `TView` must contain.
72 */
73export function matchTView(expected?: Partial<TView>): jasmine.AsymmetricMatcher<TView> {
74 return matchObjectShape('TView', isTView, expected);
75}
76
77/**
78 * Asymmetric matcher which matches a `TNode` of a given shape.

Callers 1

matchers_spec.tsFile · 0.90

Calls 1

matchObjectShapeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…