I have this older Angular code which works but not in the latest version of Angular 6.
Hide
Show
and if you want to use in *ngFor then assign the object value of hover data and then check its id and show hover info/icon or anything like that:-
Hover Text
Normal Text
in TS File
hoverData!:Data|null;
hoverCard(d: Data|null){
this.hoverData = sCatg;
}