Monday, 12 June 2023

Angular SCSS relative path for asset

 Asset folder has fixed path at src/assets


when using html src="assets/blabla" resolves to above location by default



when in SCSS need to use relative path

use ./../../assets the "./" means current dir cause just using ../../ wont be resolved


https://stackoverflow.com/questions/47145972/angular-cant-load-style-images

No comments:

Post a Comment