Manuel Tauber 2024-08-20 13:19:14 +02:00
parent a2f797d541
commit cb76917bde
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ export class NttGanttComponent implements OnInit {
* @param matDialog injects the matDialog
*/
constructor(public languageService: LanguageService, public dataService: DataService, public matDialog: MatDialog, private _snackBar: MatSnackBar, public errorService: ErrorService, private location: Location, private dateAdapter: DateAdapter<Date>) {
this.config=config;
this.initLanguge(true);
}