diff --git a/src/main/webapp/app/home/generator/generator.component.html b/src/main/webapp/app/home/generator/generator.component.html index 0f44971a..ef8ef78c 100644 --- a/src/main/webapp/app/home/generator/generator.component.html +++ b/src/main/webapp/app/home/generator/generator.component.html @@ -82,7 +82,7 @@

Server side options

class="form-control" #authenticationType="ngModel" (change)="changeAuthenticationType()"> - @@ -93,7 +93,7 @@

Server side options

#databaseType="ngModel" (change)="changeDatabaseType()"> - + @@ -103,38 +103,38 @@

Server side options

@@ -286,8 +286,8 @@

Testing options

multiple> - - + +
diff --git a/src/main/webapp/app/home/home.component.ts b/src/main/webapp/app/home/home.component.ts index 3ce74c1a..be494bd3 100644 --- a/src/main/webapp/app/home/home.component.ts +++ b/src/main/webapp/app/home/home.component.ts @@ -23,7 +23,6 @@ import { AccountService } from 'app/core/auth/account.service'; import { Account } from 'app/core/user/account.model'; import { GitConfigurationService } from 'app/core/git/git-configuration.service'; import { GitConfigurationModel } from 'app/core/git/git-configuration.model'; -import { ActivatedRoute } from '@angular/router'; @Component({ selector: 'jhi-home',