ing
This commit is contained in:
@@ -32,7 +32,7 @@ import {PlatformLocation} from '@angular/common';
|
||||
selector: 'of-target-list',
|
||||
templateUrl: './list.component.html',
|
||||
})
|
||||
export class ListComponent implements OnInit, OnChanges {
|
||||
export class ListComponent implements OnInit {
|
||||
|
||||
@Input() probeID;
|
||||
@Input() pageIdx;
|
||||
@@ -56,8 +56,6 @@ export class ListComponent implements OnInit, OnChanges {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
// this.getTargetList();
|
||||
console.log(this.paginator);
|
||||
}
|
||||
|
||||
ngOnChanges(changes: SimpleChanges): void {
|
||||
|
||||
Reference in New Issue
Block a user