-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Dynamic Branding #49
Comments
The pull request is an adaption of the multiple themes support idea from https://medium.com/better-programming/angular-multiple-themes-without-killing-bundle-size-with-material-or-not-5a80849b6b34 |
is the documentation for this new feature available somewhere? |
@liquid-tadan Not in its entirety. We have documented the usage as part of our customization guide here. As a practical example, the current code provides two themes (under More documentation will probably follow soon, as we are currently reorganizing our documentation structure. |
It should be possible to dynamically change the branding within one PWA instance, e.g. exchange logo and color scheme. Dynamically, meaning no separate deployments are needed for the different brandings. This should be handled by on deployed PWA that can be configured (similar to the feature toggles) to use one or another branding.
Possible solution
Other ideas are welcome.
The text was updated successfully, but these errors were encountered: