SchemaMetadata

From Get docs
< @angular/coreAngular/docs/9/api/core/schemametadata


SchemaMetadata

interface

A schema definition associated with an NgModule.

interface SchemaMetadata {
  name: string
}

See also

  • @NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA

Properties

Property Description
name: string


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v9.angular.io/api/core/SchemaMetadata