I have seen the documentation for ng-bootstrap. In that i have read this point:
Should I add bootstrap.js or bootstrap.min.js to my project? No, the goal of ng-bootstrap is to completely replace JavaScript implementation for components. Nor should you include other dependencies like jQuery or popper.js. It is not necessary and might interfere with ng-bootstrap code.
But now to implement the bootstrap topnav i have to include bootstrap 4 supporting javascript files. If i am doing that i am not following the words said in ng-bootstrap. Need suggestions.