added services and interfaces for expense types

This commit is contained in:
Joe Arndt 2026-02-12 14:56:09 -06:00
parent bd18fecdff
commit 7bb21f8796
8 changed files with 142 additions and 5 deletions

View file

@ -1,6 +1,5 @@
import { ApplicationConfig, provideBrowserGlobalErrorListeners } from '@angular/core';
import { provideRouter } from '@angular/router';
import { routes } from './app.routes';
export const appConfig: ApplicationConfig = {