I\'m working with angular 2 typescript and i want to create a toggle collapse list. This is simple with single id and data-target but i loop throught a list so i ha
data-target
You could used attribute binding. Something like that:
[attr.data-target]="'#' + theme.themeId"