generate stuff
This commit is contained in:
@ -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,
|
||||
|
@ -1,3 +1,11 @@
|
||||
|
||||
// -----------------------------------------
|
||||
// THIS FILE HAS BEEN GENERATED
|
||||
// DO NOT EDIT MANUALLY
|
||||
// -----------------------------------------
|
||||
|
||||
|
||||
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
||||
|
@ -1,3 +1,6 @@
|
||||
$GENERATED_TS_COMMENT
|
||||
|
||||
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
||||
|
@ -1,4 +1,11 @@
|
||||
|
||||
// -----------------------------------------
|
||||
// THIS FILE HAS BEEN GENERATED
|
||||
// DO NOT EDIT MANUALLY
|
||||
// -----------------------------------------
|
||||
|
||||
|
||||
|
||||
export interface Account {
|
||||
description: string
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
$GENERATED_TS_COMMENT
|
||||
|
||||
#from generateHelper import JsNameConverter
|
||||
|
||||
#for $table in $tables
|
||||
|
Reference in New Issue
Block a user