Hello, I have a .NET API that returns the data, the date comes in the format: 2016-06-17T00:00:00 and I try to convert it to date in JavaScript, so I do the following:
var data = new Date(2016-06-17T00:00:00);
It works, but the date...
I'm starting in ionic 3.2 with angular, as per the linking documentation I installed on the project the @ionic-native/http module with the following commands via CMD:
ionic cordova plugin add cordova-plugin-advanced-http
npm install...
I am using the validations of the reactive forms in the angle, I put a valid email validation, the problem is that while the user is still typing the email already appears. I would like to know how to just show the error message after losing foc...
I'm starting angular (version above 2) I'm studying angular communication with PHP, in the httpClient part (of rxjs) to make the GET, POST, PUT and DELETE understood well. My question is how does this work to login?
From what I understand so far...
I have a reactive form and I need to show this card only when in my array listAtributos[i].indexvariacaoatributo is different from null . It turns out that there is initially no indexvariacaoatributo , so it returns:
Can...
I need to send three values in my header in http request, but when I check in the browser I realize that my headers have not been sent.
I tried something like:
trocaToken(token):Observable<any>{
const _headers = new HttpHeaders(...
I'm learning angular.
I'm using angle 6
I'm trying to make the LTE Admin login page
I imported these files into angular.json
"styles": [
"node_modules/admin-lte/bower_components/bootstrap/dist/css/bootstrap.min.css",...
I've taken a project I'm studying for a course. I installed the dependencies of the node with the command npm install and everything went well.
Initializing the webPack with the command ng serve shows this error:
Your global...