AngularNgrxExpress

Simple ngrx example with express backend and ng2-google-charts

Development Backend Server

npm run server 
or npm run server:dev 

Visible at port 9000: http://localhost:9000

Angular Development server

To run the frontend part of our code, we will use the Angular CLI:

npm start 

The application is visible at port 4200: [http://localhost:4200]