Filters
These filters are super useful when creating forms and when we need to filter data such as lists.
Nowadays, many applications need controls to filter its data. That's why we created a specific section with some of the most popular and required filters.
The code for this section is in
src/app/forms/filters.
In this section you will find various types of filters such as:
- Ranges
- Radio groups with different styles and layouts
- Checkboxes with different styles and layouts
- Tags
- Toggles
- A Custom Component to Add and Subtract numbers
- A Custom Component to set a rating
- Color chooser
All these filters are coded using Angular Reactive Forms. You can find more information about the custom components here.
Last modified 4yr ago