Answers for "angular css path to assets"

CSS
0

angular css path to assets

.yourclass{
    background-image: url("/assets/path/to/file");
}
Posted by: Guest on February-15-2022

Browse Popular Code Answers by Language