I'm trying to add some custom styles to angular.json > "projects" > "app-name" > "architect" > "build" > "options" > "styles"
but when I add my style object, the Property inject is not allowed.
{
"input": "src/assets/theme/client-a-style.css",
"bundleName": "client-a",
"inject": true
}
I'm using Angular v6.0.8