cesarpowerr20
cesarpowerr20

Reputation: 61

Bootstrap don't have effect in angular 10.2.1

im trying to use some stuffs from bootstrap, but dont work at all, i realized that only buttons get effect , but the major things ins't work. for example i tried to add this dropdowlist bellow

enter image description here

but the result is that:

enter image description here

i add the cdn link direct in html page, and i already install boostrap via npm, but both cases the style boostrap and behavior isn't work properly.

enter image description here

Upvotes: 0

Views: 48

Answers (1)

Alireza Moumivand
Alireza Moumivand

Reputation: 26

try to add code below to your style.css

@import "~bootstrap/dist/css/bootstrap.min.css";

like the image below

enter image description here

Upvotes: 1

Related Questions