Posts by user169122 • 9 points
1 post
-
0
votes2
answers46
viewsQ: delete jquery
How do I get the same effect in typescript/angular without using jquery. $('#divPublicar').mouseenter(function() { this.isOnDiv = true; }); $('#divPublicar').mouseleave(function() { this.isOnDiv =…