MCPcopy Create free account
hub / github.com/angular/angular / visitElement

Method visitElement

packages/compiler/src/i18n/extractor_merger.ts:252–254  ·  view source on GitHub ↗
(el: html.Element, context: any)

Source from the content-addressed store, hash-verified

250 }
251
252 visitElement(el: html.Element, context: any): html.Element | null {
253 return this._visitElementLike(el, context);
254 }
255
256 visitAttribute(attribute: html.Attribute, context: any): any {
257 throw new Error('unreachable code');

Callers

nothing calls this directly

Calls 1

_visitElementLikeMethod · 0.95

Tested by

no test coverage detected