@switch (type) { @case ('button') { @if (actionRef.title) { {{ actionRef.title | translate }} } } @case ('flat-button') { @if (actionRef.title) { {{ actionRef.title | translate }} } } @case ('stroked-button') { @if (actionRef.title) { {{ actionRef.title | translate }} } } @default { @if (actionRef.icon) { } } } @for (child of actionRef.children; track trackByActionId($index, child)) { @switch (child.type) { @case ('custom') { } @default { } } }