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
I don't think that "bundleName" is a parameter of the styles array, remove the styles and just keep "input" and "inject". Let me know if that works.