diff --git a/cmd/templates/angular-template/frontend/src/app/app.component.ts.template b/cmd/templates/angular-template/frontend/src/app/app.component.ts similarity index 93% rename from cmd/templates/angular-template/frontend/src/app/app.component.ts.template rename to cmd/templates/angular-template/frontend/src/app/app.component.ts index 1151c717..e91b9168 100644 --- a/cmd/templates/angular-template/frontend/src/app/app.component.ts.template +++ b/cmd/templates/angular-template/frontend/src/app/app.component.ts @@ -6,7 +6,7 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = '{{.Name}}'; + title = 'my-app'; clickMessage = ''; diff --git a/cmd/templates/angular-template/frontend/src/index.html.template b/cmd/templates/angular-template/frontend/src/index.html.template index cf73b295..df56c411 100644 --- a/cmd/templates/angular-template/frontend/src/index.html.template +++ b/cmd/templates/angular-template/frontend/src/index.html.template @@ -2,7 +2,7 @@
-