I would like to know how I can add less compiling to my Angular 2 project. Because each component has its own .css file (which now will be a .less file) I am not su
.less
If you are creating a new app, just after the app name add --style to choose your preprocessor.
--style
ng new my-first-app --style less
All options for angular cli 'new' command