Skip to content

aggelos24/angular-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiple filters with autocomplete example made with Angular

Description

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.

Build Steps

  • Install Angular
npm install -g @angular/cli
  • Create new project
ng new myproject
  • Copy downloaded files inside src and paste them in your myproject/src folder.
  • Using terminal, go to your myproject folder and type:
ng serve --open

You are ready, the application must be running at localhost:4200

About

Multiple filters with autocomplete example made with Angular.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors