You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your component, it save hours and hours .
I have a feature request right now if I need to change the style for example setting line height or add margin or ... there is no way except adding new custom components, while if you could add some classes to the components they could have been styled by css without adding custom components
update
Actually I am able to style it like this, but having classes are more intuitive
I could style the document using encapsulation: ViewEncapsulation.None, on my @Component decorators.
Now styles runs like as an ng-deep.
` @component({
selector: 'mynt-contentful-article',
template: '
Hi
Thank you for your component, it save hours and hours .
I have a feature request right now if I need to change the style for example setting line height or add margin or ... there is no way except adding new custom components, while if you could add some classes to the components they could have been styled by css without adding custom components
update
Actually I am able to style it like this, but having classes are more intuitive
The text was updated successfully, but these errors were encountered: