Posts by rodzan • 23 points
4 posts
-
0
votes2
answers368
viewsA: How do I log out at Angular 4?
There should be a route in your api to perform this man action. You can reset the user and password in Angular, or delete the verification token, this would solve your problem, but a route would be…
-
1
votes1
answer346
viewsA: How to login validation in angular4?
Angular has a very good validator, Validators. Here’s an example of how to implement it: import { Component, OnInit } from '@angular/core'; import { FormGroup, FormControl, Validators } from…
-
0
votes2
answers9406
viewsA: error in using packages installed via npm with -g
Are you using standard Windows CMD or Power Shell? Sometimes use Cmder or even git bash solves... or maybe use the VS Code.…
-
1
votes1
answer563
views