mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-13 14:59:03 +00:00
Added i18n, started working on monitoring
This commit is contained in:
@@ -12,7 +12,7 @@ import {Router} from "@angular/router";
|
||||
})
|
||||
export class CreateProjectComponent implements OnInit {
|
||||
|
||||
private project = new Project();
|
||||
project = new Project();
|
||||
|
||||
constructor(private apiService: ApiService,
|
||||
private messengerService: MessengerService,
|
||||
|
||||
Reference in New Issue
Block a user