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

Function ɵɵi18n

packages/core/src/render3/instructions/i18n.ts:144–147  ·  view source on GitHub ↗
(index: number, messageIndex: number, subTemplateIndex?: number)

Source from the content-addressed store, hash-verified

142 * @codeGenApi
143 */
144export function ɵɵi18n(index: number, messageIndex: number, subTemplateIndex?: number): void {
145 ɵɵi18nStart(index, messageIndex, subTemplateIndex);
146 ɵɵi18nEnd();
147}
148
149/**
150 * Marks a list of attributes as translatable.

Callers 1

i18n_spec.tsFile · 0.90

Calls 2

ɵɵi18nStartFunction · 0.85
ɵɵi18nEndFunction · 0.85

Tested by

no test coverage detected