mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-12 07:06: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:
parent
289f9d7946
commit
b407d0aee0
@ -157,6 +157,7 @@ export class ArduinoFrontendContribution
|
|||||||
@inject(SketchesServiceClientImpl)
|
@inject(SketchesServiceClientImpl)
|
||||||
protected readonly sketchServiceClient: SketchesServiceClientImpl;
|
protected readonly sketchServiceClient: SketchesServiceClientImpl;
|
||||||
|
|
||||||
|
@inject(FrontendApplicationStateService)
|
||||||
protected readonly appStateService: FrontendApplicationStateService;
|
protected readonly appStateService: FrontendApplicationStateService;
|
||||||
|
|
||||||
@inject(LocalStorageService)
|
@inject(LocalStorageService)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user