mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
d23a5d5cae
commit
3145ca4fed
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue