Posts by Gabriel Coimbra • 11 points
2 posts
-
0
votes1
answer26
viewsQ: Send Text Input to a Formdata (angular)
I have an image upload form, but I also want to pass a text field next to the image, the api is working perfectly and when I send by Insomnia it creates everything right in the bank, but when making…
-
1
votes1
answer175
viewsQ: How to create a search bar with Angular (typescript)?
I have a code that is a Kanban and I need to apply a filter to find its titles (which for now is in the component), I would like to create a search bar that works only on the front end, because I…