Angular Authentication Tutorial - 16 - Login UI

preview_player
Показать описание

📱 Follow Codevolution

Angular | Angular Authentication Tutorial for Beginners | Login UI
Рекомендации по теме
Комментарии
Автор

Property 'password' does not exist on type '{}'

this is the error that is I am getting..any solution ?

edit:-

I solved my error by putting <any> to the list ...

loginUserData = <any>{}

But how it worked without <any> in your tutorial?

alwinsebastian
Автор

how did you included properties "email", "password" in to the loginUserData..you did't explained that...😒

alwinsebastian
Автор

I want to call a 'get' method when we click on Register tab. This get call will bring all the users already present in mongoDB, I can then keep this in an object and run a for loop for the users and display an error message when a duplicate user is registered. Can you help me. I ve done the implementation, but i am stuck.

TheRahul
Автор

Hello nice talking to you. I really liked all vidoes. I have a request i want to login with facebook and gmail etc... Can you do it? Hope u will get me back reply

saikirank