Bootstrap4 dependency PopperJs가 Angular에서 오류를 발생시킵니다. 방금 새로운 angular-cli 프로젝트를 만들었어요 그리고 달렸습니다npm install bootstrap@4.0.0-beta jquery popper.js --save 아래와 같이 .cli-cli.json 관련 부분을 변경했습니다. "styles": [ "../node_modules/bootstrap/dist/css/bootstrap.css" ], "scripts": [ "../node_modules/jquery/dist/jquery.js", "../node_modules/popper.js/dist/popper.js", "../node_modules/bootstrap/dist/js/bootstrap.js..