mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 15:29:02 +00:00
more translations and styling
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {Router} from '@angular/router';
|
||||
import {TranslateService} from "@ngx-translate/core";
|
||||
import {MatSelectChange} from "@angular/material";
|
||||
|
||||
@@ -18,7 +19,7 @@ export class AppComponent {
|
||||
{lang: "en", display: "English"},
|
||||
];
|
||||
|
||||
constructor(private translate: TranslateService) {
|
||||
constructor(private translate: TranslateService, private router: Router) {
|
||||
|
||||
translate.addLangs([
|
||||
"en",
|
||||
|
||||
Reference in New Issue
Block a user