W3cubDocs

/Angular

CUSTOM_ELEMENTS_SCHEMA

const

Defines a schema that allows an NgModule to contain the following:

  • Non-Angular elements named with dash case (-).
  • Element properties named with dash case (-). Dash case is the naming convention for custom elements.

const CUSTOM_ELEMENTS_SCHEMA: SchemaMetadata;

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/CUSTOM_ELEMENTS_SCHEMA