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

Method visitAttribute

packages/compiler/test/ml_parser/html_parser_spec.ts:1905–1905  ·  view source on GitHub ↗
(attribute: html.Attribute, context: any)

Source from the content-addressed store, hash-verified

1903 html.visitAll(this, element.children);
1904 }
1905 visitAttribute(attribute: html.Attribute, context: any): any {}
1906 visitText(text: html.Text, context: any): any {}
1907 visitComment(comment: html.Comment, context: any): any {}
1908 visitExpansion(expansion: html.Expansion, context: any): any {

Callers

nothing calls this directly

Calls 1

ErrorInterface · 0.85

Tested by

no test coverage detected