Incorporating Angular-5 into my project has introduced a plethora of animations on various pages. While the utilization of jQuery provides a straightforward approach for adding and removing classes to DOM elements, it is frequently advised against using jQuery with Angular. Is there an alternative method to avoid utilizing jQuery yet still achieve a responsive animated website? It should be noted that my site is static and does not possess a database or backend. Any suggestions would be greatly appreciated.
Thank you