I\'m building an angular 2 app written in typescript. It would use the bootstrap 4 framework in combination with some custom theming, is this possible?
The \"ng2-boo
To use any visual library that needs JQuery just do the following:
If the library doesn't have definition files you could:
Now you can use the library inside Typescript;