Dokumentation
parent
01e2d10fc7
commit
a7fa0276cd
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue