(index: number, attrsIndex: number)
| 155 | * @codeGenApi |
| 156 | */ |
| 157 | export 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 |
no test coverage detected