chore: misc updates for template

This commit is contained in:
Lea Anthony
2019-07-01 08:57:42 +10:00
parent 678328b7aa
commit 74c64c6420
5 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'my-app';
title = '{{.Name}}';
clickMessage = '';

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>MyApp</title>
<title>{{.Name}}</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">

View File

@@ -8,7 +8,6 @@ import 'zone.js'
import Bridge from './wailsbridge';
if (environment.production) {
enableProdMode();
}