I am embarking on my journey with the new angular templates in VS Code. I am facing a seemingly simple task - adding a site-level CSS file to my web project to apply some styles.
All the examples I have found online are about updating the Angular-cli.json file to connect the CSS, but this file is not present in the core angular template. Where should I place the CSS file and how do I link it for site-wide application?