/angular-perx

Description Angular project used JSON to render data in table with Sorting and Filtering

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

PERX Project

How to start application

1. npm install
2. npm serve (on root level)
3. npm run

Feature Covered

1. JSON used to render Table data
2. Filter data on change of select box. Hard Copy option will show Hard Copy data and soft copy data will show soft copy. Click on "Filter By Type" will reset the selection
3. "ID" and "Book Name" is having sort functionality
4. Navigation functionality also included