(opts?: OutputOptions)
| 67 | * @publicApi 19.0 |
| 68 | */ |
| 69 | export function output<T = void>(opts?: OutputOptions): OutputEmitterRef<T> { |
| 70 | ngDevMode && assertInInjectionContext(output); |
| 71 | return new OutputEmitterRef<T>(); |
| 72 | } |
no test coverage detected
searching dependent graphs…