Closed dirthsj closed 3 weeks ago
@dirthsj Not sure we understand your request. It will be helpful if you could please raise a PR with this feature changes to understand better. Thank you.
Currently you can set [cssClassName]
to apply styles to the embedded component. But angular applies View Encapsulation to component-scoped styles, so any css being applied needs to be declared globally in styles.css
.
I would like to be able to apply view-encapsulated styles to the embedded component.
Thank you for reporting this issue. This is a feature request, please add it in the following link where we can collect votes: https://ideas.fabric.microsoft.com . If the feature is already there, you can add a vote.
ag-grid-angular allows this it is very nice, as it allows reuse of the component in multiple areas of your application with differing requirements.