DevExpress / devextreme-angular-template

Responsive Application Layout Templates​ based on DevExtreme Angular Components
https://js.devexpress.com/
MIT License
119 stars 48 forks source link

How to change the theme dynamically after executing npm run build-themes #112

Open puckhead456 opened 5 years ago

puckhead456 commented 5 years ago

The template overrides any theme changing I do dynamically at runtime... ex)

DxThemes.current('material.blue.dark');

currently this doesn't work but in a different application that I havent executed "npm run build-themes" on this works.

Is there a way to undo the template/ allow it to be overriden by a piece of code like above