Move ControlService tasks into EngineService
All ControlService was used for was a redirection to the engine service. This will be further split up in the future into more logical units of responsibility.
This commit is contained in:
parent
b37487a222
commit
17697070ee
4 changed files with 33 additions and 42 deletions
|
|
@ -5,7 +5,6 @@ import 'package:rules_of_living/components/controls_component.dart';
|
|||
import 'package:rules_of_living/components/header_component.dart';
|
||||
import 'package:rules_of_living/components/simulation_component.dart';
|
||||
import 'package:rules_of_living/service/configuration_service.dart';
|
||||
import 'package:rules_of_living/service/control_service.dart';
|
||||
import 'package:rules_of_living/service/engine_service.dart';
|
||||
|
||||
@Component(
|
||||
|
|
@ -25,7 +24,6 @@ import 'package:rules_of_living/service/engine_service.dart';
|
|||
materialProviders,
|
||||
ClassProvider(EngineService),
|
||||
ClassProvider(ConfigurationService),
|
||||
ClassProvider(ControlService)
|
||||
],
|
||||
styleUrls: const [
|
||||
'package:angular_components/app_layout/layout.scss.css',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue