hello I have a button to which I want that when clicking on this scroll to a div that I have below
<div class="barra_ver">
<input type="button" name="bajar" scrollTo="sectionB" >
</div>
the button is inside a div and the div that I want to reach by scrolling is the following:
<div class="com_fun" id="sectionB" >
<h1> usted esta aqui </h1>
</div>
How can I solve this in angular