Can someone clear up some confusion on how to use twitter bootstrap and Angular 4 together?
So I've been dabbling with Angular (4.x.x) and I wanted to use twitter bootstrap cause it looks nice. Here's where the confusion starts: Bootstrap requires jQuery. However, the consensus seems to be, don't use jQuery in an Angular app. So,…