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 c262dcf + 02e57cd commit 90af058Copy full SHA for 90af058
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