add new pages

This commit is contained in:
2021-08-30 15:55:08 +02:00
parent 083badeacc
commit 829aefc514
28 changed files with 538 additions and 40 deletions

View File

@ -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: [