MCPcopy Index your code
hub / github.com/angular/angular / output

Function output

packages/core/src/authoring/output/output.ts:69–72  ·  view source on GitHub ↗
(opts?: OutputOptions)

Source from the content-addressed store, hash-verified

67 * @publicApi 19.0
68 */
69export function output<T = void>(opts?: OutputOptions): OutputEmitterRef<T> {
70 ngDevMode && assertInInjectionContext(output);
71 return new OutputEmitterRef<T>();
72}

Callers 15

DirClass · 0.90
CustomInputClass · 0.90
CustomCheckboxClass · 0.90
Ng2HeroesComponentClass · 0.90
Ng2HeroesComponentClass · 0.90
TestDirClass · 0.90
TestDirClass · 0.90

Calls 1

assertInInjectionContextFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…