changes for details
This commit is contained in:
@ -29,7 +29,9 @@ import { MyFlatsComponent } from './my-flats/my-flats.component';
|
||||
import { MyParkingsComponent } from './my-parkings/my-parkings.component';
|
||||
import { MyCommercialUnitsComponent } from './my-commercial-units/my-commercial-units.component';
|
||||
import { TenantDetailsComponent } from './tenant-details/tenant-details.component';
|
||||
|
||||
import { PremiseDetailsComponent } from './premise-details/premise-details.component';
|
||||
import { FlatDetailsComponent } from './flat-details/flat-details.component';
|
||||
import { MatSelectModule } from '@angular/material/select'
|
||||
@NgModule({
|
||||
declarations: [
|
||||
AppComponent,
|
||||
@ -43,7 +45,9 @@ import { TenantDetailsComponent } from './tenant-details/tenant-details.componen
|
||||
MyFlatsComponent,
|
||||
MyParkingsComponent,
|
||||
MyCommercialUnitsComponent,
|
||||
TenantDetailsComponent
|
||||
TenantDetailsComponent,
|
||||
PremiseDetailsComponent,
|
||||
FlatDetailsComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
@ -61,7 +65,8 @@ import { TenantDetailsComponent } from './tenant-details/tenant-details.componen
|
||||
ReactiveFormsModule,
|
||||
MatTableModule,
|
||||
MatInputModule,
|
||||
MatFormFieldModule
|
||||
MatFormFieldModule,
|
||||
MatSelectModule
|
||||
],
|
||||
providers: [
|
||||
{ provide: HTTP_INTERCEPTORS, useClass: ErrorHandlerInterceptor, multi: true },
|
||||
|
Reference in New Issue
Block a user