@angular/core/globals

ComponentDebugMetadata

interface

Partial metadata for a given component instance. This information might be useful for debugging purposes or tooling. Currently the following fields are available:

  • inputs
  • outputs
  • encapsulation
  • changeDetection
  
    interface ComponentDebugMetadata {  override outputs: Record<string, string>;}}
  
  
Jump to details