Skip to content

Commit f9ba513

Browse files
fix(component-store): import operators from rxjs/operators (#3465)
1 parent 790718a commit f9ba513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/component-store/src/lifecycle_hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Provider, InjectionToken, Type, inject } from '@angular/core';
2-
import { take } from 'rxjs';
2+
import { take } from 'rxjs/operators';
33
import { ComponentStore } from './component-store';
44

55
/**

0 commit comments

Comments
 (0)