Posts by Pedro • 1 point
3 posts
-
0
votes0
answers77
viewsQ: problem to update data at angular
the problem is following when I will update the data of a client I have to enter again all the data but the data that is not used will be null I’m using the angular nodejs and mongodb the code is…
-
0
votes1
answer125
viewsA: login with multiple angular access
this was my solution to solve my problem login() { let username = this.loginForm.value.username; let password = this.loginForm.value.password;…
-
-3
votes1
answer125
viewsQ: login with multiple angular access
my problem is the following I am trying to put my login with various levels of access as if it is level 1 enters as super administrator if it is 2 enters as administrator and if it is 3 enters as…