generate stuff

This commit is contained in:
2021-08-29 12:50:59 +02:00
parent 2733c5fbac
commit b65b48a364
10 changed files with 58 additions and 2 deletions

View File

@ -21,6 +21,7 @@ import { LogoutComponent } from './logout/logout.component';
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';
@NgModule({
@ -30,7 +31,8 @@ import { MatInputModule } from '@angular/material/input';
MessagesComponent,
TestOutputComponent,
LogoutComponent,
LoginComponent
LoginComponent,
MyTenantsComponent
],
imports: [
BrowserModule,