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

Function matchTI18n

packages/core/test/render3/matchers.ts:111–113  ·  view source on GitHub ↗
(expected?: Partial<TI18n>)

Source from the content-addressed store, hash-verified

109 * @param expected optional properties which the `TI18n` must contain.
110 */
111export function matchTI18n(expected?: Partial<TI18n>): jasmine.AsymmetricMatcher<TI18n> {
112 return matchObjectShape('TI18n', isTI18n, expected);
113}
114
115/**
116 * Asymmetric matcher which matches a `T1cu` of a given shape.

Callers 2

i18n_parse_spec.tsFile · 0.90
toT18nFunction · 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…