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 204ac19 + 185f839 commit 2130c9cCopy full SHA for 2130c9c
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