Bootstrap是一个用于使用HTML,CSS和JS开发的开源工具包。 Bootstrap框架可与Angular等现代JavaScript网络和移动框架一起使用。
Bootstrap 4是Bootstrap的最新版本,它是最受欢迎的HTML,CSS和JavaScript框架。本文是将Bootstrap 4与Angular 2结合使用的循序渐进指南。
请按照以下步骤在Angular 2中使用Bootstrap 4:在执行这些步骤之前,必须确保已安装Angular CLI (如果尚未安装),请运行以下命令来安装Angular CLI。安装Angular CLI后,您可以按照以下步骤操作。
npm install -g @angular/cli
ng new project-name
npm i bootstrap@next --save
@import "../node_modules/bootstrap/dist/css/bootstrap.min.css";
"scripts": ["../node_modules/jquery/dist/jquery.js",
"../node_modules/tether/dist/js/tether.js",
"../node_modules/bootstrap/dist/js/bootstrap.js"],
ng serve
Welcome to Geeks for Geeks
A Computer Science portal for geeks.