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

Method visitComponent

packages/compiler/src/i18n/i18n_parser.ts:104–106  ·  view source on GitHub ↗
(component: html.Component, context: I18nMessageVisitorContext)

Source from the content-addressed store, hash-verified

102 }
103
104 visitComponent(component: html.Component, context: I18nMessageVisitorContext) {
105 return this._visitElementLike(component, context);
106 }
107
108 visitDirective(directive: html.Directive, context: any) {
109 throw new Error('Unreachable code');

Callers

nothing calls this directly

Calls 1

_visitElementLikeMethod · 0.95

Tested by

no test coverage detected