add new pages
This commit is contained in:
@ -22,6 +22,11 @@ import { LoginComponent } from './login/login.component';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { MatInputModule } from '@angular/material/input';
|
||||
import { MyTenantsComponent } from './my-tenants/my-tenants.component';
|
||||
import { MatTableModule } from '@angular/material/table';
|
||||
import { MyPremisesComponent } from './my-premises/my-premises.component';
|
||||
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';
|
||||
|
||||
|
||||
@NgModule({
|
||||
@ -32,7 +37,11 @@ import { MyTenantsComponent } from './my-tenants/my-tenants.component';
|
||||
TestOutputComponent,
|
||||
LogoutComponent,
|
||||
LoginComponent,
|
||||
MyTenantsComponent
|
||||
MyTenantsComponent,
|
||||
MyPremisesComponent,
|
||||
MyFlatsComponent,
|
||||
MyParkingsComponent,
|
||||
MyCommercialUnitsComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
@ -48,6 +57,7 @@ import { MyTenantsComponent } from './my-tenants/my-tenants.component';
|
||||
AppRoutingModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
MatTableModule,
|
||||
MatInputModule
|
||||
],
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user