I created a new Angular 5 project. After that I followed instructions given on Angular CLI GitHub page to use Bootstrap 4.0.0 with Angular 5.2.2. I use \'npm install bootstrap\'
Use npm install bootstrap to install Bootstrap 4.0.0. Take a look at Bootstrap itself and its npm-package.
npm install bootstrap
(The package for Bootstrap 3.3 is bootstrap@3)