This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Refactor out branding-related settings to a separate service #254
Labels
cat/starter
An issue which is easy to solve and can be used for ramping up new developers
cat/techdebt
Label for issues identifying technical debt
group/ui
User interface SPA, talking to the REST backend
prio/p2
The priority of a bug. p1 means low
status/stale
Issue considered to be stale so that it can be closed soon
We've this block of code that's kinda gotten out of hand:
https://github.com/syndesisio/syndesis-ui/blob/master/src/app/app.component.ts#L85-L130
I wonder if we should consider creating a separate branding service that components can just inject so it's easier to use these settings in views without all this extra boilerplate code.
The text was updated successfully, but these errors were encountered: