Angular Login and Signup Page | Local-Storage | angular tutorial | angular tutorial for beginners

preview_player
Показать описание
Angular login and signup page using template form.
Store data in local storage.
Angular 17
Angular 17 Projects

Learn From me

Connect With Me

All code will be at

Visit Our Mini Project Ideas Portal where you can find So many project
ideas you can try to impliment

Follow & Connect me on LinkedIn

#angularforbeginners
#angular15
#angularlogin
Рекомендации по теме
Комментарии
Автор

You read my mind. I was looking for it.
Thank you so much! I Appreciate your efforts and way of explaining is very simple.

vivekpalsutkar
Автор

Thank you so much, Very useful and understandable .

shinoypb
Автор

thank you so much!! helped me a lot :D

andreaurrea
Автор

Very nice...I enjoyed this video..thank u

mayurihajare
Автор

Excelente hermano, gracias. Pero tengo una duda.
El topContainer donde los defines?? o es prederteminado y no hay que definirlo como tal?

btxbkco
Автор

Una pregunta bro. Si tengo otro campo de role. Cómo atrapar ese dato del usuario para manejar restricciones a ciertas rutas??

btxbkco
Автор

Not so lengthy not so difficult simple and easy to understand thank you so much sir

shitalkautker
Автор

Plz source code for this login &sign up app .I need it for my studies.

ichraknajar
Автор

I am getting an error it's not finding from the local storage always showing me a wrong credentials

sanketmanmode
Автор

bro any is ok but most of the times we cont use the any because of somthing is wrong that why are you using that

sureshirla
Автор

Hi there. I am following along but I am using a form group like so:

registerForm = new FormGroup({
firstName: new FormControl(''),
lastName: new FormControl(''),
}),
});

I am using the following method:

registerUser() {


localStorage.setItem('newUser',
};
}

I am unable to get another key and value. It is just replacing the previous one.
Can you please tell me how I can fix this?

MsLotus
Автор

how to you created the user-login.components.html

pushpalathadinne