Angular 2 extending component - how to inherit styles

Viewed 640

I want to extend component and override its html template only, but left all logic and styles. Unfortunately I see that all styles defined in parent component was not inherited. Is there the way to use styles of the component that was extended? P.S. This is comoponent defined in node_modules, so I can edit source code.

1 Answers
Related