#How do I add elements to a component . I need help with mdtooltip

7 messages · Page 1 of 1 (latest)

livid hatch
#

How do I add elements to a component . I need help with mdtooltip.

I have a component which implements mdbToolTip and I want to change the css styles mdbToolTIp

ts```
<input>
...
[mdbTooltip]="title | translate"
</input>

is the code structure how do I modify the css of [mdbToolTIp] for exmaple to add a z-index or [matTooltipPosition]="'left'
summer tide
#

material design is an opinionated framework. If you want a framework where you can modify how it looks then material probably isn't the right choice for you. However, if you want to try, you can use the ::ng-deep selector.

livid hatch
summer tide
livid hatch
#

@summer tide I'm trying to add properties by modifying the component in the parent class , is that possible? look at the code example I gave in my original post

summer tide
#

We are in this post...

livid hatch