Adding jQuery for Bootstrap in Angular2

This question already has an answer here:

  • “Thinking in AngularJS” if I have a jQuery background? [closed] 15 answers

  • If you want to take into account "best-practices and potentially performance when loading pages" please, just don't use jQuery. If you are looking for usage of Bootstrap 4 components in Angular 2+ use a dedicated library that provide those without any need for jQuery, Bootstrap's JS etc.: https://ng-bootstrap.github.io/

    链接地址: http://www.djcxy.com/p/3920.html

    上一篇: 在AngularJS之后加载jQuery

    下一篇: 在Angular2中为Bootstrap添加jQuery