@experteam-mx/ngx-table 1.0.1 → 1.0.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experteam-mx/ngx-table",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.0.2",
@@ -145,7 +145,6 @@ export class NgxTableComponent implements OnInit, OnChanges {
145
145
  }
146
146
 
147
147
  ngOnChanges(changes: SimpleChanges): void {
148
- console.log("ngOnChanges",this.registers)
149
148
  this.render()
150
149
  }
151
150