Код: Выделить всё
{{ option.values }}
< /code>
И внутри TypeScript я заполняю данные, что был выбран пользователем < /p>
ngOnInit(){
let data = items.map(e=>e.key);
this.form.controls[this.option.id].setValue(data);// this is talking time to render
}
Подробнее здесь: https://stackoverflow.com/questions/795 ... -edit-mode
Мобильная версия