I've created a Directive and inside I use some Css classes and it would be nice if you can config the Css classes on Application start in the config section. I thougt a provider would be the right solution. But I have no clue how to create a provider with TypeScript Classdefinition and how to initialize it.
I've searched the web but found no working solution so far.