Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 656 Bytes

File metadata and controls

22 lines (14 loc) · 656 Bytes

Notification Service

The demo files are located at the ./dist/index.html folder. To create a new notification, just enter a title, body and choose a category and press the "create" button.

The documentation files are located at the ./docs folder, a http-server is needed to open the index.html

The coverage files are located at the ./coverage folder.

The sourcecode is located at the ./src/app/components/notifications folder.

The Wireframes / Mockups are located at the ./wireframes folder.

To generate the documentation from scratch you need to

npm install
bower install
gulp ngdocs

All other gulp tasks are located at the ./gulp folder