부트스트랩 썸네일형 리스트형 Step 3 Angular with Bootstrap :-) Angular 프로젝트에서 Bootstrap 을 사용 해 보겠습니다. 아주 쉬워요 :-) npm 으로 Bootstrap 을 해당 프로젝트 경로에 설치 해 줍니다~~ npm i bootstrap 그리고 angular.json 파일을 열어 style 부분에 css 경로를 추가해주세요 ~~ "styles": [ "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css" ] 그럼 끝! 참 쉽죠 :-) Bootstrap 으로 페이지를 좀 꾸며 보았습니다. 물론 내용은 아무 상관없는 템플릿입니다 ^^;; HOME My First Bootstrap Page Resize this responsive page to see the effect! Column.. 이전 1 다음