Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.14 KB

File metadata and controls

38 lines (26 loc) · 1.14 KB

Angular 8 Excel Upload API ⛷️

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.

Angular features implemented 🌌

  • Bootstrap 4
  • Bootstrap Datatable
  • Jquery Query Builder
  • Dependency Injection
  • Two way binding
  • Routing
  • Parent Child Components
  • HttpClient Module to send API requests

Stack 🌟

  • Angular 8
  • RxJS
  • Angular CLI
  • TypeScript
  • Javascript

Development server

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.

Code scaffolding

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.

Build

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.