From 52afbd3f154c30746784b7440a1a4e1acd3fd702 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 1 Jul 2019 09:01:07 +1000 Subject: [PATCH] fix: revert back to my-app --- .../src/app/{app.component.ts.template => app.component.ts} | 2 +- cmd/templates/angular-template/frontend/src/index.html.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename cmd/templates/angular-template/frontend/src/app/{app.component.ts.template => app.component.ts} (93%) 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 1151c7170..e91b91686 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 cf73b295c..df56c4116 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 @@ -{{.Name}} +my-app