I've installed both Ngb and Bootstrap 4 using the commands below. Of course, the root module imports the package as well.
npm install @ng-bootstrap/ng-bootstrap --save
npm install bootstrap@next --save
In the code, I'm trying to add the following directive. However, the only thing rendered is a closing-cross-button and the text that I enter but just in plain boredom - no borders, boxes, colors etc.
<ngb-alert type="info">dsdsdds</ngb-alert>
Not sure how to troubleshoot it further since googlearching produced nothing to little. Suggestions?