Greetings! I have a Bootstrap navbar component with JavaScript similar to the example found at:
In the provided example, there is HTML, CSS, and JS. If I wish to implement this in Angular 4, how can I directly utilize the aforementioned JS without having to convert it into TypeScript?