When working with Angular cli, it automatically loads css files from the node_module directory. I am currently using @swimlane/ngx-dnd, which comes with its own css styles. However, I would like to use bootstrap styles for my components instead. What is the standard procedure for achieving this? Any ideas or suggestions would be greatly appreciated.