@angular/core

Output

decorator

Decorator that marks a class field as an output property and supplies configuration metadata. The DOM property bound to the output property is automatically updated during change detection.

  
    class Output {}
  
  
Jump to details