I would like to start off with a new Angular 2 Project. Since I want to use Bootstrap 3 for a UI, I wonder what is best practice here?
Can I mix ng-bootstrap and the "native" bootstrap together? For example, I couldn´t find a navbar directive in ng-bootstrap. So I have to build it with "native" bootstrap, right?
Any suggestions?