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

Function makeBindingParser

packages/compiler/src/render3/view/template.ts:283–285  ·  view source on GitHub ↗
(selectorlessEnabled = false)

Source from the content-addressed store, hash-verified

281 * Construct a `BindingParser` with a default configuration.
282 */
283export function makeBindingParser(selectorlessEnabled = false): BindingParser {
284 return new BindingParser(new Parser(new Lexer(), selectorlessEnabled), elementRegistry, []);
285}
286
287/**
288 * Information about the template which was extracted during parsing.

Callers 11

verifyHostBindingsFunction · 0.90
createHostElementFunction · 0.90
getNewBindingParserMethod · 0.90
compileFullMethod · 0.90
compileLocalMethod · 0.90
parseTemplateFunction · 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…