How do I go about customizing the Ag-Grid themes (eg. ag-theme-material.css) in an existing Angular App?
The documentation they have provided is lacking, as it doesn't explain how to perform these changes/configurations.
Any help would greatly be appreciated.
Add ag-grid-overrides.scss file and put the saas variable you want to modify for the ag-grid theme. Full list of sass variables available can be found in this link - https://github.com/ag-grid/ag-grid/tree/master/src/styles. Import ag-grid-overrides.scss in your component.ts file. You can still have your own .css file for each component as shown below in app.component.css file.
app.component.ts
app.component.html
ag-grid-overrides.scss
app.component.css (not required as this is a custom class on ag-grid-angular)
angular-cli.json