I'm trying to incorporate custom CSS into my angular-cli.json file, but I haven't been able to find a successful method. I attempted to use the following code:
"styles": [
"styles.css",
"http://site.test/mycss.css"
],
However, it doesn't seem to be effective. Can anyone provide insight into a potential solution?