Posts by Guilherme Capitão • 21 points
2 posts
-
0
votes1
answer167
viewsA: Anchor effect on a dynamically charged component at Angular
I managed to solve the problem, now only needing adjustments to leave 100%. In the catalog screen ngOnInit, I added the following: window.addEventListener("scroll", this.scroll, true); This adds the…
-
2
votes1
answer167
viewsQ: Anchor effect on a dynamically charged component at Angular
Hello. I use version 8.1.3 of Angular in my project and am having some problems creating an anchor effect on the product card that is dynamically loaded onto the screen. I tried using old html with…