Hi Stackoverflow community !
Just a simple question to be sure, I am implementing Ng-Bootstrap in my Angular 4 project using the following link Getting started ng-bootstrap and I've got a doubt about lines number 2 they says: " The only required dependencies are: Bootstrap CSS ", but what does it mean exactly? Because when you click on the hyperlink on the same sentence it brings you there Download bootstrap link there's plenty files (bootstrap.grid.css, boostrap.reboot.css, etc..). So according to theses files my question is: should I had all theses files and their links to my projects assets and into my angular-cli.json "styles" and "scripts" or just bootstrap.min.css should be enough?
Note that I actually need just the "datepicker" element. (maybe more later in the project..)
Thanks in advance for your opinions and answeres