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

Method visitComponent

packages/compiler/src/i18n/extractor_merger.ts:268–270  ·  view source on GitHub ↗
(component: html.Component, context: any)

Source from the content-addressed store, hash-verified

266 visitLetDeclaration(decl: html.LetDeclaration, context: any) {}
267
268 visitComponent(component: html.Component, context: any): html.Component | null {
269 return this._visitElementLike(component, context);
270 }
271
272 visitDirective(directive: html.Directive, context: any) {
273 throw new Error('unreachable code');

Callers

nothing calls this directly

Calls 1

_visitElementLikeMethod · 0.95

Tested by

no test coverage detected