MCPcopy Index your code
hub / github.com/angular/angular / _isClosingComment

Function _isClosingComment

packages/compiler/src/i18n/extractor_merger.ts:670–672  ·  view source on GitHub ↗
(n: html.Node)

Source from the content-addressed store, hash-verified

668}
669
670function _isClosingComment(n: html.Node): boolean {
671 return !!(n instanceof html.Comment && n.value && n.value === '/i18n');
672}
673
674function _getI18nAttr(p: html.Element | html.Component): html.Attribute | null {
675 return (

Callers 1

visitCommentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…