This project was generated with Angular CLI version 8.3.4.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
A Simple fleet management system, which provides end to end solutions for the owner and helps in optimizing the cost and managing the fleet with a clean book.
This branch holds up the code for frontend.
- Remodified Sidenav.
- Added Login Screen.
- Removed header and footer.
- Disabled all unwanted page links.
- Remodified Vehicle details page.
- Improved code quality for both Angular and Java
- Fixed the existing bugs.
- Added Feature to Export Vehicle details table
- User can able to add the vehicles from front end.
- User can edit the added vehicle data.
- User can Modify and delete the entered values present in the table.
- All data are synced with backend in realtime .
Angular CLI: 8.3.4 Node: 12.13.0 OS: win32 x64
Package | Version |
---|---|
@angular-devkit/architect | 0.803.4 |
@angular-devkit/core | 8.3.4 |
@angular-devkit/schematics | 8.3.4 |
@schematics/angular | 8.3.4 |
@schematics/update | 0.803.4 |
rxjs | 6.4.0 |
Springframework Boot | 2.1.9.RELEASE |
Java Version | 1.8 |