app.component.ts and app.component.html changed

This commit is contained in:
Giuseppe Digilio
2017-01-27 18:40:27 +01:00
parent 589c9d5822
commit 845e921fe7
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
<main>
<p>{{ 'example.with.data' | translate:data }}</p>
<p>{{ example }}</p>
<p><b>{{ title }}</b></p>
<h2 *ngIf="!env" style="color:green">development</h2>
<h2 *ngIf="env" style="color:red">production</h2>
<router-outlet></router-outlet>

View File

@@ -28,7 +28,6 @@ export class AppComponent implements OnDestroy, OnInit {
recipient: 'World'
};
title: string = GlobalConfig.title;
env: string = GlobalConfig.production;
styles = {