Closed FilipLeitner closed 8 months ago
Went through search results for regex ce\.[\w\d]{1,50} =
(ce. as ending of word service followed word character (letters, digits, or underscores) or digit, between 1 and 20 times) in *.component.ts
files and found nothing suspicious so it seem this was an exception.
Shared hslayers fucntionality should not rely on subscriptions created in components.
Example: An app should be able to consume functionality thats provided by layermanager service such as event triggers for newly added layers
However this is currently not possible without layermanager component as it is its constructor which creates a handler.
In other words subscriptions or other actions that concern the functionality of services should be initiated in services (either through helpers or directly ) not panel components