We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fffe53 commit afc057eCopy full SHA for afc057e
adev/src/content/guide/components/output-function.md
@@ -3,7 +3,7 @@
3
The `output()` function declares an output in a directive or component.
4
Outputs allow you to emit values to parent components.
5
6
-HELPFUL: The `output()` function is currently in [developer preview](/guide/releases#developer-preview).
+HELPFUL: The `output()` function is currently in [developer preview](/reference/releases#developer-preview).
7
8
<docs-code language="ts" highlight="[[5], [8]]">
9
import {Component, output} from '@angular/core';
0 commit comments