Currently, I am in the process of developing an Angular 2 application using TypeScript. My goal is to integrate the Bootstrap 4 framework with some custom theming. Is this achievable?
I have encountered issues with the "ng2-bootstrap" npm package, as it does not allow me to utilize the default Bootstrap CSS classes; instead, it offers custom components. You can find more information about this on their GitHub page: http://github.com/valor-software/ng2-bootstrap
Since I am working with Sass in my Angular 2 project, I am wondering if it would be feasible to compile Bootstrap 4 from its source code, considering that it also uses Sass for styling.