This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

SchemaMetadata

A schema definition associated with an NgModule.

      
      interface SchemaMetadata {
  name: string
}
    

See also

Properties

Property Description
name: string