We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf0296 commit f9103fdCopy full SHA for f9103fd
docs/user-guide/validation.md
@@ -51,7 +51,7 @@ export interface MyCustomValidationError {
51
}
52
53
// @ts-ignore
54
-declare module 'ngrx-forms/src/state' {
+declare module 'ngrx-forms' {
55
export interface ValidationErrors {
56
myCustomError?: MyCustomValidationError;
57
0 commit comments