AP-63 (#85)
closes #63 Reviewed-on: #85
This commit was merged in pull request #85.
This commit is contained in:
@@ -5,14 +5,22 @@ import { FormsModule } from '@angular/forms';
|
||||
import { AllowancePage } from './allowance.page';
|
||||
|
||||
import { AllowancePageRoutingModule } from './allowance-routing.module';
|
||||
import { AllowanceService } from 'src/app/services/allowance.service';
|
||||
import { provideHttpClient } from '@angular/common/http';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
IonicModule,
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
AllowancePageRoutingModule
|
||||
AllowancePageRoutingModule,
|
||||
MatIconModule
|
||||
],
|
||||
declarations: [AllowancePage]
|
||||
declarations: [AllowancePage],
|
||||
providers: [
|
||||
provideHttpClient(),
|
||||
AllowanceService
|
||||
]
|
||||
})
|
||||
export class AllowancePageModule {}
|
||||
|
||||
Reference in New Issue
Block a user