break expense component into smaller pieces
This commit is contained in:
parent
e127b8ec45
commit
1bcacb82cb
17 changed files with 132 additions and 362 deletions
|
|
@ -9,8 +9,6 @@ export class CategoryService {
|
|||
public readonly categories = this.internalCategories.asReadonly();
|
||||
public readonly categoryPath = 'http://localhost:3000/common-cents/categories';
|
||||
|
||||
// public categories = signal<Category[]>([]);
|
||||
|
||||
public constructor(private readonly http: HttpService) {
|
||||
void this.fetchCategories();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue