填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

CUSTOM_ELEMENTS_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.