I'm new to Angular and I have created a new app using the angular CLI command.
Whilst Angular 8.0.9 uses TypeScript (which then gets transpiled to JavaScript under the hood), I would like to use a javascript library to perform some useful operations. Unfortunately this library does not have a equivalent TypeScript/ Angular library.
I was wondering if it's possible to add JavaScript code inside an Angular based web-app. I read on google searches that this is not considered to be best practice, but wanted to ask if it was possible?
thanks