라이브러리 설치
npm install --save jquery bootstrap
npm install --save-dev @types/jquery @types/bootstrap
angular.json 에 jquery,bootstrap 추가
"architect":{
"build":{
"options":{
...
"scripts":[ ...jquery.min.js,bootstrap.bundle.min.js ]
tsconfig.app.json 에 jquery,bootstrap 추가
"compileOptions":{
"types":["jquery","bootstrap"]
'프로그램 > html' 카테고리의 다른 글
html5 indexeddb table 생성 (0) | 2021.05.14 |
---|---|
angular 10 selector tag 생성되지 않도록 만들기 (0) | 2021.05.14 |
스크롤바 css 스타일 (0) | 2015.04.16 |
textarea 사이즈 고정시키기 (0) | 2012.01.06 |
chrome에서 미디어플레이어 작동시키기 (0) | 2010.12.14 |