MCPcopy
hub / github.com/angular/angular / hasProperty

Method hasProperty

packages/compiler/test/render3/view/util.ts:32–35  ·  view source on GitHub ↗
(tagName: string, property: string, schemas: any[])

Source from the content-addressed store, hash-verified

30 ) {}
31
32 hasProperty(tagName: string, property: string, schemas: any[]): boolean {
33 const value = this.existingProperties[property];
34 return value === void 0 ? true : value;
35 }
36
37 hasElement(tagName: string, schemaMetas: any[]): boolean {
38 const value = this.existingElements[tagName.toLowerCase()];

Calls

no outgoing calls

Tested by

no test coverage detected