@ngdux/form 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -135,7 +135,7 @@ import { Error } from '.../models';
135
135
  export class FormNotificationService implements FormNotificationService<Error> {
136
136
  constructor(private readonly snackBar: MatSnackBar) {}
137
137
 
138
- onErrors(errors: Error): void {
138
+ onFormErrors(errors: Error): void {
139
139
  this.snackBar.open(errors.message);
140
140
  }
141
141
 
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "@ngdux/form",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0",
7
- "@ngdux/data-model-common": "0.1.6",
7
+ "@ngdux/data-model-common": "0.1.7",
8
8
  "@angular/router": "14.2.6",
9
- "@ngrx/effects": "14.0.2",
10
- "@ngrx/store": "14.0.2",
11
- "@ngdux/store-common": "0.1.6"
9
+ "@ngdux/store-common": "0.1.7",
10
+ "@ngrx/effects": "14.0.2"
12
11
  },
13
12
  "dependencies": {
14
13
  "tslib": "^2.3.0"