Socket
Book a DemoInstallSign in
Socket

@iapps/ngx-dhis2-data-validation

Package Overview
Dependencies
Maintainers
15
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iapps/ngx-dhis2-data-validation

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

latest
npmnpm
Version
2.0.0-alpha.2
Version published
Weekly downloads
1
Maintainers
15
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 31 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts