1
I have a theme in HTML,CSS,JAVASCRIPT and were used Frameworks like Bootstrap, Jquery, etc.
I intend to implement the theme in an Angular 2 project, in certain pages there are animations, manipulations of the DOM that are made by the manufacturer of the theme that I would like to have on the site as they are in the theme, but with some manipulation of information there.
How do I get my information to Jquery from a method/variable of my Angular component?
Ex:
onViewChecked(){
$(".classe-escolhida").click(function(){
alert("Cliclado");
});
}
Can’t do everything in Angular?
– Woss
@Andersoncarloswoss I’ve already edited for better understanding
– Adelino Jose Ngomacha