Use the Observable

Which of these classes is used when publishing values from a component through the @Output() decorator in angular?

Options
  1. EventEmitter class
  2. CustomEvents class
  3. Subscribe class
  4. Transform class

Related Posts