angular2-fundamentals-files
angular2-fundamentals-files copied to clipboard
Hi John, After finishing the course on pluralsight, I'm struggling to find where the list of users that the auth.service.ts post request uses to authenticate users is. I've searched throughout...
moved [disabled]="newEventForm.invalid" to the Submit button from the Cancel button
api :- api/login get 500 server error. and direxctly run this url in browser getting 400 error in console.. .
The disabled attribute should be on the submit button instead of the cancel button.
Is the [disabled]="newEventForm.invalid" supposed to be on the Cancel button or the Save button? Thought it should be on the Save button.