mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-10 22:26: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)
|
||||
protected readonly sketchServiceClient: SketchesServiceClientImpl;
|
||||
|
||||
@inject(FrontendApplicationStateService)
|
||||
protected readonly appStateService: FrontendApplicationStateService;
|
||||
|
||||
@inject(LocalStorageService)
|
||||
|
Loading…
x
Reference in New Issue
Block a user