diff --git a/components/tooltip/tooltip-container.component.ts b/components/tooltip/tooltip-container.component.ts index 26d874abe7..789f9d549a 100644 --- a/components/tooltip/tooltip-container.component.ts +++ b/components/tooltip/tooltip-container.component.ts @@ -44,6 +44,7 @@ export class TooltipContainer implements AfterViewInit { Object.assign(this, options); this.classMap = {'in': false, 'fade': false}; this.classMap[options.placement] = true; + this.classMap['tooltip-' + options.placement] = true; } public ngAfterViewInit():void {