You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://stackoverflow.com/tags/dhis-2)
Dhis2 Validation Rule Group(DVRG) is a user interface component library for developing [DHIS2](http://www.dhis2.org/) applications. DHIS2 Team from UDSM uses and maintain this component to ensure visual and usability consistency where it is used in the process of developing different DHIS2 web application.
19
18
20
19
## Features
@@ -28,13 +27,13 @@ Dhis2 Validation Rule Group(DVRG) is a user interface component library for deve
28
27
### Prerequisite Requirements
29
28
Install the following dependencies withing your project before starting using the following library.
30
29
31
-
- NgRx Store v7.4.0 or Higher- [@ngrx/store](https://www.npmjs.com/package/@ngrx/store)
32
-
- NgRx Effects v7.4.0 or Higher- [@ngrx/effects](https://www.npmjs.com/package/@ngrx/effects)
33
-
- RxJS: Reactive Extensions For JavaScript v6.5.2 or Higher - [rxjs](https://www.npmjs.com/package/rxjs)
34
-
- lodash v4.17.11
30
+
- NgRx Store v7.4.0 or Higher- [@ngrx/store](https://www.npmjs.com/package/@ngrx/store)
31
+
- NgRx Effects v7.4.0 or Higher- [@ngrx/effects](https://www.npmjs.com/package/@ngrx/effects)
32
+
- RxJS: Reactive Extensions For JavaScript v6.5.2 or Higher - [rxjs](https://www.npmjs.com/package/rxjs)
33
+
- lodash v4.17.11
35
34
or Higher- [lodash v4.17.11
36
35
](https://www.npmjs.com/package/lodash)
37
-
- DHIS2 Http Client library
36
+
- DHIS2 Http Client library
38
37
v2.0.2 or Higher - [@hisptz/ngx-dhis2-http-client](https://www.npmjs.com/package/@ngrx/effects)
39
38
- Dhis2 Validation Rule Group Filter Library
40
39
v1.0.0-alpha.6 or Higher - [@iapps/ngx-dhis2-validation-rule-group-filter
@@ -88,10 +87,33 @@ After installation you can use the following tags to start using it in your proj
88
87
(close)="onUpdateValidationRule($event)">
89
88
<lib-ngx-dhis2-validation-rule-filter>
90
89
91
-
## Versioning
92
-
> Current version of this build of **Dhis2 Validation Rule Group Filter Library**
90
+
### Output Emmitted
91
+
#### Template of the OUTPUT Emmitted after clicking the UPDATE or CANCEL button:
92
+
items: []
93
+
periodTypes: []
94
+
dimensions: "vrg"
95
+
change: true
96
+
97
+
#### Example of the output Emmitted after clicking the UPDATE or CANCEL button:
0 commit comments