I started a new angular 2 project with ng-bootstrap. I can see the bootstrap js working fine, but not the CSS. Do I need to include those CSS explicitly, which I doubt would be the case, but I may be wrong too.
I even tried adding the bootstrap.css in my component, but nothing happened. Adding it on index.html does make the difference but I didn't want to call explicitly unless there is no other way.
Thanks,