I am using ngx-bootstrap and I need to import one css file into my component, like this:
Load it from node_modules/ngx-bootstrap/datepicker/bs-datepicker.css via package bundler like Angular CLI, if you're using one.
(this is on component's documentation).
I don't know how to load the bs-datepicker.css via package bundler.
What I have tried is:
- On my component, I tried to load:
styleUrls: ['node_modules/ngx-bootstrap/datepicker/bs-datepicker.css']
(no success, this wasn't found).
The file is in this directory:
C:\DEV\senai-5s-webapp\node_modules\ngx-bootstrap\datepicker\bs-datepicker.css