linkCUSTOM_ELEMENTS_SCHEMA
| npm Package | @angular/core |
|---|---|
| Module | import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; |
| Source | core/src/metadata/ng_module.ts |
const CUSTOM_ELEMENTS_SCHEMA: any;
linkDescription
Defines a schema that will allow:
- any non-Angular elements with a
-in their name, - any properties on elements with a
-in their name which is the common rule for custom elements.