CUSTOM_ELEMENTS_SCHEMA

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

定义一个 schema,它允许 NgModule 包含下列内容:

const CUSTOM_ELEMENTS_SCHEMA: SchemaMetadata;

说明

  • Non-Angular elements named with dash case (-).

    中线格式(-)的非 Angular 元素名。

  • Element properties named with dash case (-).

    中线格式(-)的元素属性名。

Dash case is the naming convention for custom elements.

中线格式是对自定义元素的命名约定。