3 buttons next to each other bootstrap code example
Example: align buttons next to each other bootstrap
html bootstrap:
<div class="btn-group">
<button type="button" class="btn btn-primary btn-sm mr-10" (click)="onloadServer()">
submits
</button>
<button type="button" class="btn btn-primary btn-sm">
cancel
</button>
</div>