home component
This commit is contained in:
@ -46,7 +46,8 @@ import { MatExpansionModule } from '@angular/material/expansion';
|
||||
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 { EnterPaymentComponent } from './enter-payment/enter-payment.component';
|
||||
import { HomeComponent } from './home/home.component'
|
||||
|
||||
registerLocaleData(localeDe)
|
||||
|
||||
@ -74,7 +75,8 @@ registerLocaleData(localeDe)
|
||||
FeeDetailsComponent,
|
||||
AccountComponent,
|
||||
NoteComponent,
|
||||
EnterPaymentComponent
|
||||
EnterPaymentComponent,
|
||||
HomeComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
Reference in New Issue
Block a user