To work with angular you need this fix
first define this in your class public navbarCollapsed = true;
then chnage your button
also you need to add this to your collapsing div
now you don't need jquery, popper or bootstrap.js
you can find more info about this issue here.
also check ng-bootstraps working demo page code link.