main
parent
a2f797d541
commit
cb76917bde
|
|
@ -203,6 +203,7 @@ export class NttGanttComponent implements OnInit {
|
||||||
* @param matDialog injects the matDialog
|
* @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>) {
|
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);
|
this.initLanguge(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue