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