Where does Angular CLI store the transpiled CSS files, in a project created with:
ng new appname --style less
when the project is served using
ng serve
Where does Angular CLI store the transpiled CSS files, in a project created with:
ng new appname --style less
when the project is served using
ng serve