@for (action of toolbarActions; track action) { @switch (action) { @case ('font-family') { {{ styleStateFontName }} @for (fontModel of fontList; track fontModel) { } } @case ('font-size') { {{ styleState.fontSize + 'px' }} @for (size of fontSizeList; track size) { } } @case ('font-style') {
} @case ('color') {
} @case ('list') {
} @case ('alignment') {
} @case ('indentation') {
} @case ('undo-redo') {
} @case ('link') {
} }
}