2.0.1 • Published 3 months ago

sdp-menu v2.0.1

Weekly downloads
212
License
-
Repository
-
Last release
3 months ago

SdpMenu

This is a smart widget for the SDP Project

This widget is used to show a global menu in all the forthcoming SDP Modules.

How to use

Backend for frontend

In the global config/config.js file, setup the correct API url like:

... API_URL_MENU: process.env.API_URL_MENU || 'https://sdpmenu-api-aaaa.bbbb.be/...', ...

Frontend

1) Install this smartwidget:

npm install sdp-menu

2) Now you include the menu as follows:

<sdp-menu [isLoggedIn]="!!(ss.loggedInUser$ | async)"
          [unsavedChanges]="ss.unsavedChanges$ | async"
          [customerSelected]="customerSelected$ | async"
          [privileges]="privileges"
          (onMenu)="onMenu($event: MenuNode)"
          (onSelect)="onSelect({ event: MouseEvent, item: MenuNode })"></sdp-menu>

This library was generated with Angular CLI version 8.2.14.

Code scaffolding

Run ng generate component component-name --project sdp-menu to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project sdp-menu.

Note: Don't forget to add --project sdp-menu or else it will be added to the default project in your angular.json file.

Build

Run ng build sdp-menu to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build sdp-menu, go to the dist folder cd dist/sdp-menu and run npm publish.

Running unit tests

Run ng test sdp-menu to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

2.0.1

3 months ago

2.0.0

10 months ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.23

3 years ago

0.1.24

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.16

4 years ago

0.1.14

4 years ago

0.1.15

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago