I have successfully installed both Ngb and Bootstrap 4 using the commands provided below, with the root module importing the package as well.
npm install @ng-bootstrap/ng-bootstrap --save
npm install bootstrap@next --save
Within my code, I am attempting to add the following directive. However, all that is rendered is a closing-cross-button and the entered text in plain format - without any borders, boxes, or colors.
<ngb-alert type="info">dsdsdds</ngb-alert>
I am uncertain on how to further troubleshoot this issue as my search engine queries yielded minimal results. Any suggestions?