Ledger now showing running totals.
This commit is contained in:
@@ -37,13 +37,11 @@ import { RecipeService } from '../recipe.service';
|
||||
MatSortModule,
|
||||
MatPaginatorModule,
|
||||
MatButtonModule,
|
||||
|
||||
SkeletonLoaderComponent,
|
||||
ErrorStateComponent,
|
||||
],
|
||||
})
|
||||
export class RecipeListComponent {
|
||||
p = input<string>();
|
||||
private ser = inject(RecipeService);
|
||||
private router = inject(Router);
|
||||
private periodSer = inject(PeriodService);
|
||||
@@ -54,6 +52,7 @@ export class RecipeListComponent {
|
||||
sortActive = signal('');
|
||||
sortDirection = signal('');
|
||||
|
||||
p = input<string>();
|
||||
model = signal({
|
||||
period: null as Period | null,
|
||||
productGroup: null as ProductGroup | string | null,
|
||||
|
||||
Reference in New Issue
Block a user