We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a861e7 commit b4250d4Copy full SHA for b4250d4
components/tooltip/tooltip-container.component.ts
@@ -44,6 +44,7 @@ export class TooltipContainer implements AfterViewInit {
44
Object.assign(this, options);
45
this.classMap = {'in': false, 'fade': false};
46
this.classMap[options.placement] = true;
47
+ this.classMap['tooltip-' + options.placement] = true;
48
}
49
50
public ngAfterViewInit():void {
0 commit comments