答案 0 :(得分:0)
这表示输入数据是否重复。
示例:
export class CarComponent implements OnInit {
constructor(private carService: CarService) { }
ngOnInit() {
// change the value
this.carService.car = newValue;
// subscribe for changes
this.carSer
}
}
您可以检查相关的answer:
它控制是否将样品返回样品池。如果您只想要唯一的样本,那么这应该是错误的。