awf-test-lib 0.0.84 → 0.0.85

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.
@@ -958,6 +958,7 @@ class MaintenanceListComponent {
958
958
  }
959
959
  ngOnChanges(changes) {
960
960
  this.first = 0;
961
+ console.log("hello");
961
962
  }
962
963
  ngOnDestroy() {
963
964
  if (this.updatePmSubscription) {