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

Method visitElement

packages/compiler/src/i18n/i18n_parser.ts:100–102  ·  view source on GitHub ↗
(el: html.Element, context: I18nMessageVisitorContext)

Source from the content-addressed store, hash-verified

98 }
99
100 visitElement(el: html.Element, context: I18nMessageVisitorContext): i18n.Node {
101 return this._visitElementLike(el, context);
102 }
103
104 visitComponent(component: html.Component, context: I18nMessageVisitorContext) {
105 return this._visitElementLike(component, context);

Callers

nothing calls this directly

Calls 1

_visitElementLikeMethod · 0.95

Tested by

no test coverage detected