Prime NG multi select init value не может видеть установленный флажок
метод инициализации
this.cities = [
{label: 'New York', value: 'NY'},
{label: 'Rome', value: 'RM'},
{label: 'London', value: 'LDN'},
{label: 'Istanbul', value: 'IST'},
{label: 'Paris', value: 'PRS'}];
let selectedT: Страна [];
selectedT = [{label: "Rome", значение: "RM"}];
this.dForm.controls ["selectedCities"]. SetValue ([{label: "Rome", значение: "RM"}]);