Hi!
I have some conflicts to do scroll to an element of a different component from where my button is.
For example mi button is in app-button-view and my div that I want to go is in app-home-view but in the end everything is shown on the same page.
My button is this
<button class="btn btn-enlace" scrollTo="sectionA" duration="1800"(click)="onClick()">Ver contabilidad</button>
My div is this
<div id="sectionA"></div>
How can I do the button see the id of my div?
Hi!
I have some conflicts to do scroll to an element of a different component from where my button is.
For example mi button is in app-button-view and my div that I want to go is in app-home-view but in the end everything is shown on the same page.
My button is this
<button class="btn btn-enlace" scrollTo="sectionA" duration="1800"(click)="onClick()">Ver contabilidad</button>My div is this
<div id="sectionA"></div>How can I do the button see the id of my div?