Dokumentation

main
manueltauber 2023-06-28 12:45:25 +02:00
parent 01e2d10fc7
commit a7fa0276cd
1 changed files with 2 additions and 1 deletions

View File

@ -108,10 +108,11 @@ export class NttGanttComponent implements OnInit {
/**
* The constructor injects required dependencies
* @param languageService injects the languageService for language management in the component
* @param dataService injects the dataService for data management and backend communication
* @param matDialog injects the matDialog
*/
constructor(public languageService: LanguageService,public dataService: DataService, public matDialog : MatDialog, private _snackBar: MatSnackBar ) {
constructor(public languageService: LanguageService, public dataService: DataService, public matDialog : MatDialog, private _snackBar: MatSnackBar ) {
this.initLanguge(true);
}