This is a simple, single-page application that gets data from a json file (generated with JSON Generator). There are multiple input fields, when filling an input, suggestions will be displayed. Click a suggestion and the table will be filtered. You can apply multiple filters at once. If you just want to test it, click here.
- Install Angular
npm install -g @angular/cli
- Create new project
ng new myproject
- Copy downloaded files inside
srcand paste them in yourmyproject/srcfolder. - Using terminal, go to your
myprojectfolder and type:
ng serve --open
You are ready, the application must be running at localhost:4200