我在NGINX有一个bootstrap.js, 现在需要使用模态框, 请问怎么在angular项目中引入这个文件?
css 样式是在 style.css 中引入的
/* You can add global styles to this file, and also import other style files */
@import url("http://localhost:8000/library/bootstrap/3.4.1/css/bootstrap.min.css");
js文件不知道是在哪里引入
方式1:
index.html
使用script标签
方式2:
angular.json