CUSTOM_ELEMENTS_SCHEMA

From Get docs
< @angular/coreAngular/docs/8/api/core/custom elements schema


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–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/core/CUSTOM_ELEMENTS_SCHEMA