We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790718a commit f9ba513Copy full SHA for f9ba513
modules/component-store/src/lifecycle_hooks.ts
@@ -1,5 +1,5 @@
1
import { Provider, InjectionToken, Type, inject } from '@angular/core';
2
-import { take } from 'rxjs';
+import { take } from 'rxjs/operators';
3
import { ComponentStore } from './component-store';
4
5
/**
0 commit comments