The user needs to select a 3 colours from a colour picker (primary, warn, and accent).
Then in the second system I need to set those as the Angular Material theming.
As I am fetching those colours from the database and receiving from an observable, would there be a way of changing the theming based on those 3 colours coming from the database using Typescript? Or any other solution?
I tried many things already.
Thanks