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 1108134 commit c17f5acCopy full SHA for c17f5ac
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.4.0 (2020-01-11)
2
+
3
+### Features
4
5
+* add structural directive for controlled errors management
6
+* add standard names for components
7
8
## 1.0.0 (2020-01-11)
9
10
### Features
README.md
@@ -1,6 +1,14 @@
# NgxValidationErrors
-This library allows you to show dynamically created errors in forms using **FormControlName**.
+This library allows you to show dynamically created errors in forms.
+Choose the version corresponding to your Angular version:
+ Angular | @xtream/ngx-validation-errors
+ ----------- | -------------------
+ 7 | 0.x
+ 8 | 1.x
11
12
13
## Messages generation
14
0 commit comments