main
parent
cb76917bde
commit
aa0b14d8ac
|
|
@ -202,7 +202,7 @@ export class NttGanttComponent implements OnInit {
|
||||||
* @param dataService injects the dataService for data management and backend communication
|
* @param dataService injects the dataService for data management and backend communication
|
||||||
* @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(@Inject(APP_CONFIG) config: AppConfig, 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.config=config;
|
||||||
this.initLanguge(true);
|
this.initLanguge(true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue