Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_extractMessages
Function · 0.95
parseHtml
Function · 0.95
parseHtml
Function · 0.95
parseR3
Function · 0.95
parseTemplate
Function · 0.95
Implementers
1
I18NHtmlParser
packages/compiler/src/i18n/i18n_html_p
Calls
1
parse
Method · 0.65
Tested by
no test coverage detected