Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iapps/hris-menu

Package Overview
Dependencies
Maintainers
15
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iapps/hris-menu

Menu module for hris applications based on angular 8+

  • 1.0.0-alpha.8.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
15
Created
Source

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>

FAQs

Package last updated on 07 Sep 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc