ngx-column-filter-popup 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,6 +111,7 @@ export class ExampleComponent {
111
111
 
112
112
  ```typescript
113
113
  import { Component, ViewChildren, QueryList } from '@angular/core';
114
+ import { CommonModule } from '@angular/common';
114
115
  import { ColumnFilterComponent } from 'ngx-column-filter-popup';
115
116
  import { FilterConfig, applyColumnFilter } from 'ngx-column-filter-popup';
116
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-column-filter-popup",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A powerful, reusable Angular column filter component with support for multiple field types, advanced filtering rules, and customizable match modes",
5
5
  "keywords": [
6
6
  "angular",