Using Observables as Outputs

We constantly write components or directives that use @Outputs to emit data to the host component. Traditionally, that’s done by using…