I started out with Angular Material library for my project and then installed Angular powered Bootstrap. Geez...it blew up everything and all the components look extremely sideways now. What is a good way to roll back the changes?
command used to install - ng add @ng-bootstrap/ng-bootstrap
I looked at this post How can I remove Bootstrap from my Angular project? and reverted most of the changes accordingly. But this seems really manual and could easily go wrong imo. So I was wondering if there's a more elegant solution here.
Thanks in advance.