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.