mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 02:18:32 +00:00
#985: Restored the missing inject decorator.
Closes #985. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
@@ -157,6 +157,7 @@ export class ArduinoFrontendContribution
|
||||
@inject(SketchesServiceClientImpl)
|
||||
protected readonly sketchServiceClient: SketchesServiceClientImpl;
|
||||
|
||||
@inject(FrontendApplicationStateService)
|
||||
protected readonly appStateService: FrontendApplicationStateService;
|
||||
|
||||
@inject(LocalStorageService)
|
||||
|
||||
Reference in New Issue
Block a user