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.
2 parents 9b4d7f5 + 185f839 commit 02e57cdCopy full SHA for 02e57cd
src/tooltip/tooltip.component.ts
@@ -72,7 +72,7 @@ export class Tooltip extends PopoverContainer implements AfterContentChecked {
72
/**
73
* Optional data for templates passed as implicit context
74
*/
75
- @Input() templateContext: any
+ @Input() templateContext: any;
76
77
@ViewChild("contentWrapper") wrapper: ElementRef<HTMLSpanElement>;
78
0 commit comments