So I am about to start a project and I think Angular 2.0 seems a very solid framework to work with: Routing, components, directives, etc. However, there are many stuff already built using bootstrap v3 and jQuery that I would like to use. I was wondering if it is possible to integrate bootstrap v3 and JQuery using the structure made by Angular-cli?
By the way I've seen other Angular 2 seeds using Gulp, but they always recommend the official Angular-cli instead.
Also I am new on how brining an existing JS library into Typescript actually works and if jquery's $ global will interfere with typescript.
Note: I am aware of ng2-bootstrap, but I don't think that everything is compatible with this approach since it doesn't use jquery as dependency. I am also aware that using jquery in angular is not the best practice, but I think there are some cases in which you really need it for plugins or dependencies.