Skip to content

nikhilz/ng8-myEMS

Repository files navigation

Ng8MyEMS

This project was generated with Angular CLI version 8.3.19.

Angular 8 + PrimeNg + PWA

(Please check branch Ng7 for angular 7 version)

https://angular.io/
https://www.primefaces.org/primeng/
http://www.ngx-translate.com/
https://fontawesome.com/
https://www.npmjs.com/package/angular-user-idle
https://www.chartjs.org/

Development server

Before run install these libs:

npm install primeng --save npm install primeicons --save

npm install @angular/animations --save

npm install @angular/cdk --save

npm install --save chart.js

npm install @fortawesome/fontawesome-free

npm install primeflex --save

Execute as a PWA using CLI

ng add @angular/pwa

npm install -g http-server

ng build --prod

http-server -c-1 dist\ng8-myEMS

features

1.  Custom loader service
2.  Custom notification service
3.  Font awesome icons
4.  State management service to maintain state on page refresh
5.  Back button functionality for views
6.  Add custom validations and form validations into form group
7.  Sidebar in notification icon click
8.  Custom dialog box on contact us page
9.  User inactivity tracing, auto logout on 5 minute inactivity
10. Show/Hide menu bar on click for both desktop and mobile layout
11. Theme chooser for dark and light theme at runtime.

Browser support

Chrome, Firefox, Edge, IE 11/10 (except theme chooser as css variables not supported in IE)

Login page

Details page

Responsive layout for mobile

ref