@Input() baseInfo!: BaseInfo[]; generatedItems: BaseInfo[] = []; ngOnInit() { this.generatedItems = this.baseInfo.map((info) => ({ ...info })); }