@iapps/hris-menu
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.8.1 • Public • Published

HRIS Menu

Menu module for hris applications based on angular 8+

installation

npm install @iapps/hris-menu --save

Usage

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

import { HrisMenuModule } from '@iapps/ngx-hris-menu';

then add this in the imports

imports: [
...
HrisMenuModule,
...
]

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

<hris-menu></hris-menu>

Readme

Keywords

none

Package Sidebar

Install

npm i @iapps/hris-menu

Weekly Downloads

5

Version

1.0.0-alpha.8.1

License

none

Unpacked Size

551 kB

Total Files

50

Last publish

Collaborators

  • goodwile44
  • interactive.apps
  • rajab.mkomwa
  • mukulu
  • vincentminde
  • mgowanojr
  • vmataba
  • josephatj
  • chingalo
  • barnabasmakonda
  • waltervfaustine
  • ibrahimwickama
  • happinessnyanda
  • megamind97
  • baharajr
  • mdachi-codes