I set array using this:
@Input() sogllist: any[] = []; ngOnInit(): void { this.listService.setItems([...this.sogllist]); }
Getter to dis