( index: number, name: string, attrsIndex?: number | null, localRefsIndex?: number, )
| 302 | * @codeGenApi |
| 303 | */ |
| 304 | export function ɵɵdomElement( |
| 305 | index: number, |
| 306 | name: string, |
| 307 | attrsIndex?: number | null, |
| 308 | localRefsIndex?: number, |
| 309 | ): typeof ɵɵdomElement { |
| 310 | ɵɵdomElementStart(index, name, attrsIndex, localRefsIndex); |
| 311 | ɵɵdomElementEnd(); |
| 312 | return ɵɵdomElement; |
| 313 | } |
| 314 | |
| 315 | let _locateOrCreateElementNode: typeof locateOrCreateElementNodeImpl = ( |
| 316 | tView: TView, |
nothing calls this directly
no test coverage detected