Posts by Marcos Santana • 23 points
2 posts
-
0
votes0
answers38
viewsQ: Return data from another
I have the following problem, create the user and add the same in a course. Only I can’t return the course name on the user page. The course is added via select input, sending only the course ID.…
-
2
votes1
answer100
viewsQ: Upload image without page load
Good evening, I’m uploading file, it’s working but every time I send the file to page updates, could someone give a tip on how to fix it? I’m using angular 5. Component. OnSubmit(){ const formData =…