mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
app.component.ts and app.component.html changed
This commit is contained in:
@@ -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>
|
||||
|
@@ -28,7 +28,6 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
recipient: 'World'
|
||||
};
|
||||
|
||||
title: string = GlobalConfig.title;
|
||||
env: string = GlobalConfig.production;
|
||||
|
||||
styles = {
|
||||
|
Reference in New Issue
Block a user