CUSTOM_ELEMENTS_SCHEMA

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

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

查看"说明"...

      
      const CUSTOM_ELEMENTS_SCHEMA: SchemaMetadata;
    

说明

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

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

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

    Element properties named with dash case (-).

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

Dash case is the naming convention for custom elements.