Posts by Marck • 59 points
7 posts
-
-4
votes1
answer291
viewsQ: Calculate time average in Java
I would like to know how to calculate the time average through a table in java? What I want to do is that when the user searches a client, it will appear in the table only the information of the…
-
3
votes1
answer8960
viewsQ: Validate CPF at Angular 5
Dear, I would like to know how I can validate CPF in angular 5, I have done several searches but so far nothing. I’ve already been able to perform the e-mail validation. Could you help me?
-
2
votes2
answers1941
viewsQ: How to validate email and CPF at angular 5?
Dear, I would like to know how I can validate the e-mail and CPF in angular 5. I made the basic code: <mat-form-field class="full-width"> <input matInput placeholder="E-mail"…
-
0
votes1
answer210
viewsQ: Calculate values with Inputy type="range" and Javascript
Dear, hello. I need to do some calculations using input type="range", but I am not able to run the code on my machine, only in online editors and I would like to know why this occurs? I use windows…
-
-1
votes2
answers1133
viewsQ: How to login validation in Angular?
I would like to know how to do it in case the user enters a user login and invalid password appears the message "Invalid login". Follow the code I’ve already made. import { Component, OnInit } from…
-
0
votes1
answer346
viewsQ: How to login validation in angular4?
Dear friends, good afternoon, I would like to know how to show an invalid password or user message in angular 4.` Login Hello! Log in with your email <div class="row"> <div…
-
-1
votes2
answers368
viewsQ: How do I log out at Angular 4?
good afternoon, I would like to know how to log out in angular 4, because I am developing a Dashboard and only this requirement is missing Thanks in advance. import { Component, Input, OnInit } from…