This project uses Angular version 14.1.3.
A device listing project made with Angular 14 and Typescript. Material Design is used as a styling agent for this project along with custom styles.
- npm install (install all required dependencies)
- ng serve –open (Runs Angular Server)
- json-server --watch src/app/server/db.json --port 5000 (Runs a fake server using provided json, to mimik the behaviour of an actual backend server)
- Please install json server from here (https://www.npmjs.com/package/json-server)
- "/", "/home" routes for Home Page (Default Page)
- "/devices" Route for Device Listing
- "/device/:id" Route for Device Listing and Edit Device Details
- "/support" Route for Support Page