2.0.0-alpha.2 • Published 4 years ago

@iapps/ngx-dhis2-data-validation v2.0.0-alpha.2

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

NgxDhis2DataValidation

This library, validate data in a dhis2 instance using the available validation rules. To use the library go to using the NgxDhis2DataValidation libray.

Using the NgxDhis2DataValidation library

To use the library use pass required properties as follows

........
<ngx-data-validation
      [indicator]="indicator"
      [validationRules]="validationRules"
      [dataElements]="dataElements"
      [parentOu]="parentOu"
      [childrenOus]="childrenOus"
      [period]="period"
      [dateDictionary]="dateDictionary"
      [indicatorDataElements]="indicatorDataElements"
      [validationPeriods]="analyticsPeriods"
      [marginTopViolation]="marginTopViolation"
      [violationBgrColor]="violationBgrColor"
      [discrepancyBgrColor]="discrepancyBgrColor"
      [successBgrColor]="successBgrColor"
      [currentValidationPeriod]="currentValidationPeriod"
    ></ngx-data-validation>
    .......

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

2.0.0-alpha.2

4 years ago

2.0.0-alpha.1

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago