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

Method visitIcuPlaceholder

packages/compiler/src/i18n/i18n_ast.ts:193–193  ·  view source on GitHub ↗
(ph: IcuPlaceholder, context?: any)

Source from the content-addressed store, hash-verified

191 visitTagPlaceholder(ph: TagPlaceholder, context?: any): any;
192 visitPlaceholder(ph: Placeholder, context?: any): any;
193 visitIcuPlaceholder(ph: IcuPlaceholder, context?: any): any;
194 visitBlockPlaceholder(ph: BlockPlaceholder, context?: any): any;
195}
196

Callers 1

visitMethod · 0.65

Implementers 4

CloneVisitorpackages/compiler/src/i18n/i18n_ast.ts
RecurseVisitorpackages/compiler/src/i18n/i18n_ast.ts
LocalizeMessageStringVisitorpackages/compiler/src/i18n/i18n_ast.ts
BaseVisitorpackages/localize/tools/src/translate/

Calls

no outgoing calls

Tested by

no test coverage detected