docs: remove dev preview warning for rxjs-interop in output page (#58937)

`outputFromObservable` and `outputToObservable` from `@angular/core/rxjs-interop` were recently promoted to `@publicApi`.

PR Close #58937
This commit is contained in:
Michael Small 2024-11-27 10:24:34 -06:00 committed by Pawel Kozlowski
parent d23a5d5cae
commit 3145ca4fed

View file

@ -1,7 +1,5 @@
# RxJS interop with component and directive outputs
IMPORTANT: The RxJS Interop package is available for [developer preview](reference/releases#developer-preview). It's ready for you to try, but it might change before it is stable.
Tip: This guide assumes you're familiar with [component and directive outputs](guide/components/outputs).
The `@angular/rxjs-interop` package offers two APIs related to component and directive outputs.