Answer the question
In order to leave comments, you need to log in
How to make multi-design support for an AngularJS application?
Good afternoon.
I wanted to know if there is such a library that expands and simplifies support, namely the speed of developing an interface theme for an application. That is, to be able to create themes (just HTML/CSS) for an AngularJS-based application, such as WordPress, Joomla, etc. So that the user can change the theme in his panel.
Poke me with your nose please!
Answer the question
In order to leave comments, you need to log in
I wanted to know if there is such a library that expands and simplifies support
<link rel="stylesheet" ng-href="themes/{{app.theme}}/theme.css">
<link rel="stylesheet" ng-href="themes/{{app.theme}}/style.css">
app.value('app', {
theme: 'cosmo',
layout: 'default'
});
app.theme = 'new';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question