advanced-search-lib
v0.0.0
Published
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.1.
Downloads
2
Readme
AdvancedSearchLib
This project was generated with Angular CLI version 10.2.1.
Development server
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.
Running unit tests
Run ng test
to execute the unit tests via Karma.
Running end-to-end tests
Run ng e2e
to execute the end-to-end tests via Protractor.
Advanced search library basically filter that helps for the purpose of filtering values from the table with the available filters.
Types of filters availavle:
Type-1
Normal fiter in which user can select any string or number values. Filter composed of column name folloed by available options and then value. for eg. col_name Contains value
Type-2
Fiter in which user can select any string or number values. Filter composed of column name and then value. for eg. col_name Equals value
Type-3
Single value select filter in which user select any one values given as the option.
Type-4
Multiple value select filter in which user select any number of values given as the option.
Type-5
Date filter in which user can select any date or date range.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.