본문 바로가기

IT

[Angular] How to add bootStrap in Angular App

-Install bootStrap (run in project folder)

:npm install --save bootstrap


-Add bootStrap to your project

:open .angular-cli.json file

:add bootStrap path the styles section



'IT' 카테고리의 다른 글

[angular] href VS routerlink  (0) 2018.03.18
[angular] Router  (0) 2018.03.18
[WEB] `와 '의 차이  (0) 2018.03.16
[Angular] angular, databinding  (0) 2018.02.18
[Angular] index.html, app-root, ngModule  (0) 2018.02.16