Posts by Renan Santos • 23 points
3 posts
-
0
votes2
answers283
viewsQ: Use of Ng-Click and Hidden with Angular 7
In my project I have a card to which when I click it appears the information of that user, my purpose is that when clicking it opens only of the user I clicked, but nevertheless, it ends up opening…
-
-1
votes1
answer307
viewsQ: Problem sending file with Angular Form-Data
In my project, I have to send a file to my backend, but when I get to the back it doesn’t take my parameters, it’s probably a problem in my service. follow my ts and service. TS: sendMailing() {…
angularasked Renan Santos 23 -
1
votes1
answer46
viewsQ: How do I change the color of the chart’s input values?
I need to change the color of this tile to white however, I have not found a way to change these values. Here is my html code: <!DOCTYPE html> <html lang="en"> <head> <meta…