I\'m building an angular 2 app written in typescript. It would use the bootstrap 4 framework in combination with some custom theming, is this possible?
The \"ng2-boo
ng add has been introduced with Angular 6. To install Bootstrap 4 (ng-bootstrap 2.0.0)
ng add
ng add @ng-bootstrap/schematics
Don't forget to restart your app with ng serve.
ng serve