add ngx translate
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="container">
|
||||
<h1 class="title">
|
||||
{{title}}
|
||||
{{ 'PAGES.HOME.TITLE' | translate }}
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,6 @@ import { Component, OnInit } from '@angular/core';
|
||||
styleUrls: ['./home.component.scss']
|
||||
})
|
||||
export class HomeComponent implements OnInit {
|
||||
title = `App works !`;
|
||||
|
||||
constructor() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user