Posts by Murilo Góes de Almeida • 111 points
4 posts
-
0
votes1
answer765
viewsA: CORS problem when making GET call at Angular 6
I was able to figure out the problem. My Angular application has an Interceptor class that takes all my HTTP requests and inserts a JWT, because I have a Spring application in the backend that…
-
0
votes1
answer765
viewsQ: CORS problem when making GET call at Angular 6
When I call the following URL: https://script.google.com/macros/s/AKfycbxk616n8wjgGeHZIc3Hm66Kcv4ZtWKZJQnEKLsxZC9LpoDK8mQZ/exec directly in the browser or in POSTMAN I get JSON correctly, but when I…
-
0
votes0
answers162
viewsQ: Collect Date and Time in a Reactive Form
I am developing a reactive form at Angular 5 and would like to store the Date/Time in a Datetime. In this case, the user should somehow inform the date and time of a specific event. However, I…
angularasked Murilo Góes de Almeida 111 -
1
votes2
answers1607
viewsQ: Using Thymeleaf in Java Script code
Good evening friends, I had a javascript code extract using JSP tags that generated a pizza chart and works correctly. Now I need to migrate to Thymeleaf and I have no idea how to write the code.…