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 fd0b2fe commit 9a9a4abCopy full SHA for 9a9a4ab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular-redux/form",
3
- "version": "9.0.0",
+ "version": "9.0.1",
4
"description": "Build Angular 2+ forms with Redux",
5
"dependencies": {
6
"immutable": "^3.8.1"
source/connect/connect-base.ts
@@ -12,7 +12,7 @@ import { Subscription } from 'rxjs';
12
13
import { Unsubscribe } from 'redux';
14
15
-import { debounceTime } 'rxjs/operators';
+import { debounceTime } from 'rxjs/operators';
16
17
import { FormStore } from '../form-store';
18
import { State } from '../state';
0 commit comments