You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Hello, I am working in this way, as in the documentation you present: <a class="nav-link" href="javascript:void(0);" SimpleSmoothScroll [scrollTo]="'servicios'">Servicios</a>
And I get, in the Angular console, an error of this style:
Property 'scrollTo' is private and only accessible within class 'SimpleSmoothScrollDirective'.
Also when using this example: <a href="#div2" SimpleSmoothScroll [showHash]="true">Click!!</a>
Error:
Property 'showHash' is private and only accessible within class 'SimpleSmoothScrollDirective'.
Hello, I am working in this way, as in the documentation you present:
<a class="nav-link" href="javascript:void(0);" SimpleSmoothScroll [scrollTo]="'servicios'">Servicios</a>And I get, in the Angular console, an error of this style:
Also when using this example:
<a href="#div2" SimpleSmoothScroll [showHash]="true">Click!!</a>Error: