I am working on implementing a counter up view for my company's website using the jQuery counterUp function.
Despite adding script tags for it, Angular is not recognizing the function.
if(st >= hT ){
$('.counter').counterUp({
delay: 10,
time: 2000
});
The counter needs to start from zero and reach a specific defined number.