@for (property of calculations$ | async; track property.name) {
  • }
@if (story()) {
    @for (property of parameters$ | async; track property.name) {
  • }
}
@for (f of functions$ | async; track f) {
{{ f.expression }}
}
{{ 'Ngm.Calculation.EDIT_FORMULA' | translate: { Default: 'Edit Formula' } }}
@if (syntax() === Syntax.MDX) { } @else if (syntax() === Syntax.SQL) { }