MCPcopy Create free account
hub / github.com/angular/angular / ɵɵi18nAttributes

Function ɵɵi18nAttributes

packages/core/src/render3/instructions/i18n.ts:157–162  ·  view source on GitHub ↗
(index: number, attrsIndex: number)

Source from the content-addressed store, hash-verified

155 * @codeGenApi
156 */
157export function ɵɵi18nAttributes(index: number, attrsIndex: number): void {
158 const tView = getTView();
159 ngDevMode && assertDefined(tView, `tView should be defined`);
160 const attrs = getConstant<string[]>(tView.consts, attrsIndex)!;
161 i18nAttributesFirstPass(tView, index + HEADER_OFFSET, attrs);
162}
163
164/**
165 * Stores the values of the bindings during each update cycle in order to determine if we need to

Callers 1

i18n_spec.tsFile · 0.90

Calls 4

getTViewFunction · 0.90
assertDefinedFunction · 0.90
getConstantFunction · 0.90
i18nAttributesFirstPassFunction · 0.90

Tested by

no test coverage detected