An Angular 8 project that uploads excel file to an API.
It also uses jquery Query Builder to build out dynamic queries that can be used to fetch dataset.
A datatable is implemented to display the fetched dataset.
- Bootstrap 4
- Bootstrap Datatable
- Jquery Query Builder
- Dependency Injection
- Two way binding
- Routing
- Parent Child Components
- HttpClient Module to send API requests
- Angular 8
- RxJS
- Angular CLI
- TypeScript
- Javascript
This project was generated with Angular CLI version 8.1.1
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.