how to add ng-bootstrap in angular code example
Example 1: install @ng-bootstrap/[email protected]
npm i @ng-bootstrap/ng-bootstrap
Example 2: install ng bootstrap
ng add @ng-bootstrap/ng-bootstrap
Example 3: importing ng-bootstrap
import {NgbModule} from '@ng-bootstrap/ng-bootstrap';