Bootstrap columns not working[1]


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????
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.
do you install bootstrap to your project?
– לבני מלכה
2 mins ago