ng2-nested-search
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ng2-nested-search", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple custom pipe for filtering arrays in your angular(2+) projects and get the count of filtered items.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
# ng2-nested-search | ||
A simple custom pipe for filtering arrays in your angular(2+) projects and get the count of filtered items. | ||
A simple custom pipe for filtering arrays in your Angular 2 projects (works with Angular 4 and Angular 5 too) and get the count of filtered items. | ||
It supports nested search and you may search the array of items on specific properties. | ||
@@ -5,0 +5,0 @@ |
14542