1. 程式人生 > >Angular6+ngx-bootstrap的使用(一)

Angular6+ngx-bootstrap的使用(一)

在angular中bootstrap不太好用,推薦使用angular自帶的ngx-bootstrap

一.安裝

npm install ngx-bootstrap - save

二.引入樣式
需要在index.html中引入bootstrap的樣式
引入bootstrap3

<link href = “https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel = ”stylesheet“ >

引入bootstrap4

<link href = “https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel = ”stylesheet“ >