As I prepare to embark on a new project, I am considering Angular 2.0 as a solid framework to utilize for its routing, components, and directives. However, there are existing elements built with Bootstrap v3 and jQuery that I would like to incorporate into my project. Is it possible to integrate Bootstrap v3 and jQuery within the structure created by Angular-cli?
I have noticed other Angular 2 seeds using Gulp, but they all seem to recommend the official Angular-cli instead.
Additionally, I am unfamiliar with how to introduce an existing JavaScript library into Typescript and whether or not jQuery's global $ will cause conflicts with Typescript.
Please note: While I am aware of ng2-bootstrap, I have concerns about compatibility since it does not rely on jQuery as a dependency. Also, I understand that using jQuery in Angular is not ideal practice, but there are instances where it may be necessary for plugins or dependencies.