- This is a Angular 6 project/web-app, which displays a dashboard having movie details on UI.
- The functionalities provided to the user are filtering, sorting and pagination on the table/grid.
- Filtering requires the user to select a particular filter type from the provided dropdown and then starting typing the keywords/terms for filtering/searching in the input box provided.
- The filter results are immediate based on user input and thus reflects simultaneously in the table/grid as the user types.
- User can sort the details based on ascending or descending.
- If a sorting is applied and then user tries to filter then the applied sorting is removed from all columns, once the user starts typing the filter terms. This is to avoid ambiguity in table/grid data.
- The information displayed on UI is paginated by default, which species 10 rows as page size. User can then navigate back and forth as required.
- run 'npm install' in the project directory after checkout
- Once all dependencies are installed run 'ng serve' and navigate to http://localhost:4200 to access the web-app
- Navigate to https://abhilashkkale-angular-6-poc-movie-scout.stackblitz.io/#/dashboard
- At present the project is hosted via stackblitz, which has issues to load fontawesome icons. Here the icons won't be visible beside column enable to sort.
- Fixing this issue is in-progress.
- Navigate to https://stackblitz.com/edit/abhilashkkale-angular-6-poc-movie-scout for checking the project code with live load.
This project was generated with Angular CLI version 6.2.9.
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.