I have a question in regards to the angular2+ theming. I am trying to set values in Firestore to then be fetched by and angular2+ application as it is loading and dynamically set the primary and secondary colors.
In AngularJS there was a service labeled $mdThemingProvider (link: https://material.angularjs.org/1.1.4/api/service/$mdThemingProvider) which allowed setting of themes in script code.
I have not seen anything like this in Angular2 or AngularMaterial.io. Any and all help is very appreciated. I would really like to find a solution for the theming here. Thanks in advance!