Changing A NativeScript CSS Skin At Runtime

added by JavaScript Kicks
11/29/2016 11:40:16 AM

610 Views

CSS is usually a subject I avoid due to me being artistically illiterate, but recently a student of mine asked me an interesting question regarding theming an Angular 2 NativeScript application with dynamic CSS files loaded at runtime. Given the nature of Angular 2, it becomes difficult to load files at runtime because of how Angular 2 compiles and builds projects.


0 comments