Socket
Book a DemoInstallSign in
Socket

@iapps/ngx-dhis2-menu

Package Overview
Dependencies
Maintainers
15
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iapps/ngx-dhis2-menu

Menu module for dhis2 applications based on angular 6

latest
npmnpm
Version
1.0.11-beta.9
Version published
Weekly downloads
28
115.38%
Maintainers
15
Weekly downloads
 
Created
Source

DHIS2 Menu

Menu module for dhis2 applications based on angular 6

installation

npm install @iapps/ngx-dhis2-menu

Usage

If the module is to be imported in the app.module, then import as

import { NgxDhis2MenuModule } from '@iapps/ngx-dhis2-menu';

then add this in the imports

imports: [
    ...
    NgxDhis2MenuModule,
    ...
    ]

Note: Menu component make a use of animations from angular, in this case you have to import BrowserAnimationsModule in app.module.ts

import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

imports: [
 ...
 BrowserAnimationsModule,
 ...
]

Once imported, menu can be called in as

<ngx-dhis2-menu></ngx-dhis2-menu>

FAQs

Package last updated on 04 Dec 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