angular-docs-cn/modules/@angular/compiler/src/schema/element_schema_registry.ts

5 lines
181 B
TypeScript
Raw Normal View History

export class ElementSchemaRegistry {
hasProperty(tagName: string, propName: string): boolean { return true; }
getMappedPropName(propName: string): string { return propName; }
}