@if (unfetched$ | async) { } @switch (point.type) { @case(STORY_POINT_TYPE.Responsive) { @if (responsive$ | async; as responsive) { } } @default {
@if (gridOptions$ | async; as options) { @for (widget of widgets$ | async; track widget.key) { } }
} } @if (quickStart$ | async;) {
🛒
{{ 'Story.StoryPoint.LookingEmpty' | translate: {Default: 'This story point is looking empty'} }}.
{{ 'Story.StoryPoint.LookingEmptyAddWidget' | translate: {Default: 'Add a widget to start'} }}!
{{ 'Story.Widget.AnalyticalCard' | translate: {Default: 'Chart'} }}
{{ 'Story.Widget.AnalyticalGrid' | translate: {Default: 'Table'} }}
{{ 'Story.Widget.InputControl' | translate: {Default: 'Input Control'} }}
{{ 'Story.Widget.KpiCard' | translate: {Default: 'KPI'} }}
}