We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EffectRef
1 parent ffbafc7 commit 37dcf8dCopy full SHA for 37dcf8d
packages/core/rxjs-interop/src/to_observable.ts
@@ -6,7 +6,7 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import {assertInInjectionContext, DestroyRef, effect, EffectRef, inject, Injector, Signal, untracked} from '@angular/core';
+import {assertInInjectionContext, DestroyRef, effect, inject, Injector, Signal, untracked} from '@angular/core';
10
import {Observable, ReplaySubject} from 'rxjs';
11
12
/**
0 commit comments