Posts by Michael Lelis • 11 points
2 posts
-
1
votes2
answers332
viewsQ: Problems with Angular 6 script import
I have a small problem with script and I believe it is scope of Component. I use a script to scroll in firefox, because in Chrome works normally anchorScrolling. The problem is that if I call on the…
-
0
votes2
answers767
viewsA: Anchor link to direct to a div does not work
It is worth noting that for this to work using the marked solution, it is necessary to have a method named scroll and that receives a parameter. In the scroll(param) case it would be an example of…