@if (gridOptions$ | async; as options) {
@for (widget of widgets$ | async; track widget.key) {
{{widget.position.cols}}x{{widget.position.rows}}
}
}
}
}
@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'} }}
}