Posts by Hugo Costa • 1 point
4 posts
-
0
votes1
answer150
viewsA: Send a POST and how do I recover the data in ANGULAR?
Good morning Fernando, the http POST method is to record the data only, you only receive the code referring to its status (success, error or others). To recover the data you recorded and display on…
-
0
votes0
answers909
viewsQ: Ionic 3 Masks and CPF Validation
Good afternoon guys, I’m making a PWA app with Ionic 3 and I need to insert some masks in forms and validate the user’s CPF. I have tried various forms and libs, but have not succeeded in any. Could…
-
0
votes1
answer31
viewsA: Authentication using for or filter Ionic 3
If you are Authenticating with Firebase you can work with Formbuilder and Validators that is native to Angular 2+ .
-
0
votes3
answers260
viewsA: How do I change the edge color of the input tag when selected
You can do this only with CSS, when the input is selected you change the color, the CSS property for that would be :Focus, so the code to perform such an action would look like this:…