Posts by Bruno Maciel • 1 point
3 posts
-
0
votes0
answers14
viewsQ: Reload Node_modules at Angular
I have a problem loading a JS module that I created for my Angular project, which in this case is a horizontal Timeline. The interesting thing is that if I point out the application via app-routing…
-
0
votes1
answer53
viewsA: Preloader with static delay in JS function
Galley. I ended up using a Javascript function even if it fixed my problem. Considering that I’m in an angular application, page loading always happens the first time I access the application, so…
-
0
votes1
answer53
viewsQ: Preloader with static delay in JS function
Fala Galera! I can’t seem to get my preloader function correctly, because even declaring in the function the delay via setTimeout is not executed. At the same time, my fadeOut is not respecting the…