angular工程導入bootstrap安裝包

(一)在style.css 文件中引入bootstrap以下:css

@import "..\node_modules\bootstrap\dist\css\bootstrap.min.css";

,注意:1.須要加上,@import ,分號,引號node

(二)在angular.json配置文件引入bootstrap時,注意加在angular.json文件的第26行,以下:json

技能:當配置文件發生變化時,須要從新編譯一下。bootstrap

在angular工程中,再也不經過傳統方式下載引入bootstrap(<script>)app

#如何導入angular Material Design?3d

1.安裝官網指令安裝component

知識點:blog

app.module.ts文件中,@NgAngular中declartion 和import的區別:ip

@NgAngular中declarations:放入component(組件)的地方io

@NgAngular中imports:放入module(模塊)的地方

相關文章
相關標籤/搜索