
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@iapps/ng-dhis2-ui
Advanced tools
An angular wrapper library that provide access to the react based DHIS2 UI components in angular applications running in DHIS2 platform
An angular wrapper library that provide access to the react based DHIS2 UI components in angular applications running in DHIS2 platform
npm install @iapps/ng-dhis2-ui
This library wraps most of react based DHIS2 libraries. Following packages should be installed
For HTTP request, the library has used NgxDhis2HttpClient. Please follow the instructions on how to install and configure
NOTE: Under the hood the library uses react library, hence you will need to modify some your tsconfig.json under compilerOptions with the following
........
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"jsx": "react",
"esModuleInterop": true,
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@iapps/ng-dhis2-ui": ["ng-dhis2-ui/src/index.ts"]
}
},
......
If you want to collaborate to the codebase, to run the codebase locally;
git clone https://github.com/udsm-dhis2-lab/ng-dhis2-ui.git
npm install or yarn install
NOTE: Sometimes npm installation may failed due to mismatch in resolving package version dependencies. If you are using npm then run npm install --legacy-peer-deps to ensure all packages regardless of unmatched dependencies are getting installed. This may however break the code if the packages dependencies are incompatible
You will be required to set up a proxy config file named proxy-config.json. You can simply copy proxy-config.example.json and modify your access credentials to DHIS2 instances to run the demo application.
To run the demo app, in order to view and test the components nx serve demo
npm run build:dhis2-uinpm run pack:dhis2-uinpm run publish:dhis2-ui. But you will be required to have access to @iapps npm namespace and have already logged in under your terminal. Run npm login to login with your terminalFAQs
An angular wrapper library that provide access to the react based DHIS2 UI components in angular applications running in DHIS2 platform
The npm package @iapps/ng-dhis2-ui receives a total of 148 weekly downloads. As such, @iapps/ng-dhis2-ui popularity was classified as not popular.
We found that @iapps/ng-dhis2-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 open source maintainers collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.