Is it necessary to compile SCSS and Stylus files into CSS before importing them into my Angular version 1 app? Are there any other alternatives available?
Context: I have two applications, one using Angular 4 with SCSS and the other using Angular 1 with LESS. How can I incorporate Angular 4 apps into Angular 1 while maintaining the look and feel of Angular 1?