“Установите Bootstrap Angular 9” Ответ

Установите Angular Bootstrap

# From project directory:
npm install --save bootstrap
npm install --save jquery

# Now edit `angular.json`
# Position: `projects -> architect -> build -> options`
# To `styles`, add "node_modules/bootstrap/dist/css/bootstrap.css"
# To `scripts`,
#   add "node_modules/jquery/dist/jquery.js"
#   and also "node_modules/bootstrap/dist/js/bootstrap.js"
# Test with
# <<div class="alert alert-primary" role="alert"> Bootstrap alert</div>
Grumpy Gnu

Установите Bootstrap Angular 9

From angular cli:

npm install --save bootstrap
npm install --save jquery

Then add the following paths to angular.json:

"node_modules/bootstrap/dist/css/bootstrap.css" in the projects -> architect -> build -> styles array
"node_modules/jquery/dist/jquery.js" in the projects -> architect -> build -> scripts array
"node_modules/bootstrap/dist/js/bootstrap.js" in the projects -> architect -> build -> scripts array
Joyous Jellyfish

Добавление начальной загрузки в угловой

 $ npm install --save bootstrap
Ankur

Установите начальную загрузку в Angular 9

npm install bootstrap --save
Energetic Eel

установить начальную загрузку в угловой

$ npm install bootstrap
Agreeable Anteater

Ответы похожие на “Установите Bootstrap Angular 9”

Вопросы похожие на “Установите Bootstrap Angular 9”

Больше похожих ответов на “Установите Bootstrap Angular 9” по CSS

Смотреть популярные ответы по языку

Смотреть другие языки программирования