Bootstrap columns not working[1]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Bootstrap columns not working[1]



Below are the two html files and i am using bootstrap i both of them but i am not able to figure out why bootstrap columns are not working



recipies.component.html


<div class="row">
<div class="col-md-5">
<app-recipie-list></app-recipie-list>
</div>
<div class="col-md-7">
<app-recipie-detail></app-recipie-detail>
</div>
</div>



app.component.html


<app-header></app-header>
<div class="container">
<div class="row">
<div class="col-md-12">
<app-recipies></app-recipies>
<app-shopping-list></app-shopping-list>
</div>
</div>
</div>



can someone tell me what is the error????





do you install bootstrap to your project?
– לבני מלכה
2 mins ago





and version of angular?
– לבני מלכה
2 mins ago





yes i installed bootstrap 3
– atul kumar
13 secs ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Visual Studio Code: How to configure includePath for better IntelliSense results

Spring cloud config client Could not locate PropertySource

Makefile test if variable is not empty