I'm currently working on an Angular project and I am looking to incorporate a navbar with a transparent background that changes color when scrolled. I am utilizing bootstrap classes for this particular task.
The HTML code for my Navbar heading is as follows:
<nav class="navbar navbar-expand-md sticky-top">
...
</nav>
I would like to know where exactly should I insert my script in order to alter its color upon scrolling.