Skip to content

Commit

Permalink
fix(component): import operators from rxjs/operators (#3479)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostme committed Jul 6, 2022
1 parent 47afba5 commit 20ef7a4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions modules/component/src/core/render-event/manager.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import {
distinctUntilChanged,
Observable,
pipe,
ReplaySubject,
switchMap,
tap,
} from 'rxjs';
import { Observable, pipe, ReplaySubject } from 'rxjs';
import { distinctUntilChanged, switchMap, tap } from 'rxjs/operators';
import { ErrorRenderEvent, NextRenderEvent, RenderEvent } from './models';
import { combineRenderEventHandlers, RenderEventHandlers } from './handlers';
import {
Expand Down

0 comments on commit 20ef7a4

Please sign in to comment.