CUSTOM_ELEMENTS_SCHEMA
const
npm Package | @angular/core |
---|---|
Module | import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; |
Source | core/src/metadata/ng_module.ts |
const CUSTOM_ELEMENTS_SCHEMA: any;
Description
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.
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/CUSTOM_ELEMENTS_SCHEMA