add ledger, Buchfuehrung

This commit is contained in:
2021-10-31 16:06:18 +01:00
parent d297eb60b3
commit 8c4dbe7d71
8 changed files with 51 additions and 4 deletions

View File

@ -47,7 +47,8 @@ import { AccountComponent } from './account/account.component';
import { NoteComponent } from './note/note.component'
import { MatMomentDateModule, MAT_MOMENT_DATE_ADAPTER_OPTIONS } from '@angular/material-moment-adapter';
import { EnterPaymentComponent } from './enter-payment/enter-payment.component';
import { HomeComponent } from './home/home.component'
import { HomeComponent } from './home/home.component';
import { LedgerComponent } from './ledger/ledger.component'
registerLocaleData(localeDe)
@ -76,7 +77,8 @@ registerLocaleData(localeDe)
AccountComponent,
NoteComponent,
EnterPaymentComponent,
HomeComponent
HomeComponent,
LedgerComponent
],
imports: [
BrowserModule,