@next-level-integration/nli-portal
v10.0.8-beta
Published
npm install @next-level-integration/nli-portal #### nli-portal This library is to help user to load the UI module from json and also load the list of UI to Menu component. #### How to use 1. portal.service.ts will is a service which load list of UI module
Downloads
24
Maintainers
Keywords
Readme
@next-level-integration/nli-portal
Install:
npm install @next-level-integration/nli-portal
nli-portal
This library is to help user to load the UI module from json and also load the list of UI to Menu component.
How to use
- portal.service.ts will is a service which load list of UI module configuration from project assets/config/portal-config.json file. User allow to pass in the another json file to override the hardcoded json file.
- portal-menu.component which will call portal.service.ts to load the UI module and populate into a menu list.