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

Method parse

packages/compiler/src/ml_parser/html_parser.ts:18–20  ·  view source on GitHub ↗
(source: string, url: string, options?: TokenizeOptions)

Source from the content-addressed store, hash-verified

16 }
17
18 override parse(source: string, url: string, options?: TokenizeOptions): ParseTreeResult {
19 return super.parse(source, url, options);
20 }
21}

Callers 5

_extractMessagesFunction · 0.95
parseHtmlFunction · 0.95
parseHtmlFunction · 0.95
parseR3Function · 0.95
parseTemplateFunction · 0.95

Implementers 1

I18NHtmlParserpackages/compiler/src/i18n/i18n_html_p

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected