Wow, in the first 4 minutes of the video, I truly understand now how to use routing! Thanks! I really like when you asked: Where is the path going? I really loved the way you ask what you are doing then explain the where and how and why.
thank you so much for this wonderful video this video i searched many days in youtube but finally find the right video very great lean video thank you very much pls do more angular videos is is very helpful to workout thank you so so much
first of all thanks u r the only person whose angular tutorial i really understood and my kind request please do this routing part for your angular 13 crud or drop me some ideas to do so .
Gracias por la explicación, ahora me queda una duda. En la parte del login, cuando se chequea el usuario y password, es una simulación, no? Porque eso es algo que debería hacer el back, en este caso json server.
hi man, i recently followed your tutorial with your product manager based on json-server too, I would like to inject those logins components in the other project but i’m just wondering how to create a « real » back end instead of json-server, which language can i use to get and put datas from a real server like mysql(the only one I can use btw) thanks
Bro is there is any difference in coding if use the same code for angular 10 version.. Because in my project we r using 10 version.. So is there any differencess.. Please reply bro
@@letsprogram30 like it showing only error alert message not showing successful login alert but I did same what u have done.how to find what I did the wrong??
I have a doubt you are inserting(post api) name, email, password how id field is autogenerated in json.. Can anyone explain pls Iam unable to post api call
@@letsprogram30 Hi thanks for reply ,Iam getting error like TypeError: Cannot read properties of undefined (reading 'id'). if I specify id field in post its getting inserted
@@letsprogram30 when i access dashboard after login and when i click to any component which is listed in my sidenav bar after click it my sidenav bar and header is not showing why?
Planning 2-3 more videos related to authentication. Once complete will share the link. In the meantime, you can follow the tutorial to make your app. I have explained every step in detail.
@@letsprogram30 the login function with subscribe method, i get error that because subsribr argument is update with different syntax in rxjs 7. Please can you send the code solution, thank you
Wow, in the first 4 minutes of the video, I truly understand now how to use routing! Thanks! I really like when you asked: Where is the path going? I really loved the way you ask what you are doing then explain the where and how and why.
Thanks mate, glad you liked it 😊
Really appreciate your way to teach. Amazing, extremely helpful
It would be great if you could upload the source code as well :)
If he did then nobody will watch his videos.
@@AbhishekKumar-pi9wv 💯 crt
thank you so much for this wonderful video this video i searched many days in youtube but finally find the right video very great lean video thank you very much pls do more angular videos is is very helpful to workout thank you so so much
thanks .. it help me a lot to implement the login and register in my project..
Glad you liked it 🙂
first of all thanks u r the only person whose angular tutorial i really understood and my kind request please do this routing part for your angular 13 crud or drop me some ideas to do so .
Sure
i am impressed of the code proud of it
great contents you have cover appriciated , if you dont mind you you should binld all classes in list by name have a great one dear
This is very helpful video......great. But i have some questions therefore i need source code of this video..
Available for the patreon members🙂
Bro Thank you very much. I really loved the way you're explaining
Thanks for those words ❤️
I love you man,thank you so much for all videos!!
Stay tuned for much such videos! Keep sharing with others as well 🙂
such a clean and easily explained code . Thanks for this video .
You're welcome 🙂
Thank you so much, I am beginner in this and its really helpful.
Glad you liked it 😀
Great 🎉
Thank you Explanation and explain how to use tokens
Video on the way 👍
Appreciate brother Very well explained
Excellent Explanation!!
One of the best for beginners 😍😍
Thank you 😀
Thank you !!!! This video is really helpful for me.....
🙂
like your video great working slowly keep adding more thing in that so that we can learn anguler better.
Yes working on complete e-commerce website using Angular & .net Core
@@letsprogram30 okey great thanks but I have less knowledge in .net core actually I have bit knowledge in java that's why anyway thanks make it.
thank you very much, your videos are very helpful. Keep up for this good job
great work ! and can you make a video for complete dynamic Admin Panel and data should be from API.
Yess, will be releasing video on api integration with .net core
Thank you very much. I really loved it. Is there any difference between json fake service implementation versus real time api call?
The Api call will remain the same what we did in angular side
Thanks for the content, it helped me a lot
Happy to help 😊
Thanks for your help! Really great explanations.
Your welcome 🙂
Also don't forget to watch my latest video on login and signup
Hi bro my db.json not working and how to do the authentication part in login
Great Tutorial :).. Thank you !!
thank you so much
it was soooooo hepful
Thank you, you've helped me a lot!
You're welcome 🙂
really loved it bro
Good video, Thank you
Can u share the link of the validation vedio
Hi how we got that command db Json
Can you please share your previous video link
its goint directly to else part and showing as user not found can you tell me what might be the reason
This is good.. But wat about auth guard? Please tell me bcz.. I navigate to dashboard it should not go without login
I have a video already over auth guard just check it
Gracias por la explicación, ahora me queda una duda. En la parte del login, cuando se chequea el usuario y password, es una simulación, no? Porque eso es algo que debería hacer el back, en este caso json server.
sir login krne me post ki api use hogi apne get kyu use kiya h
Bro, I had a query i have followed you to execute the same thing in my system but when I try to click login it is not executing any thing
did you upload the form validations video? because I can't find it
Yes it is there on my channel
great
Both r not connected login and sign up how to connect
Bro you are amazing keep it up ❤
Thanks
in my project, when i have wriiten res.find(...........) , then it's showing error of find(). Can you tell me please?? #mineemisha
hi man, i recently followed your tutorial with your product manager based on json-server too, I would like to inject those logins components in the other project but i’m just wondering how to create a « real » back end instead of json-server, which language can i use to get and put datas from a real server like mysql(the only one I can use btw) thanks
Use dotnet
How would you display the details for the user which has logged in and not any other users?
Can you create a video on login module using JWT token ?
I have a video on JWT
Sir how to use session handling in this code
?
You could have created that dashboard page also
Please 🙏Sir source code bhi dediya kro code samaj ne me or easy hothi he
Can i have the github source sir? Thanks in advance !
I don't need login page
How I can route from the button can you mention
nice, but how I can check If the email exists in the json server???
Just create a method for it and use array.find() to check for that email
can i get source code this project, its only for practice purspose
nice video😊
Thank you 🙂
How to redirect e-mail link to component .user get a link when user click on that link i want to redirect on my component
Please help, when I get to find() it shows red line
Check if you are using the find on array or not
Have posible to add jwt in that project?
Watch my latest video
Bro is there is any difference in coding if use the same code for angular 10 version.. Because in my project we r using 10 version.. So is there any differencess..
Please reply bro
You can use the same code there is not be any problem 😊
Bro another doubt..is it possible to display the registration data in the table..in video u show that data in json server Na..if yes how to do that??
@@ulaganathan2053 we just need to fetch. Registered data list and map then to the table just I did in the video
Hello, thanks for your tutorial, very clear, but i receive an error in login fubction ERROR TypeError: res.find is not a function. Please help
Connect with me on telegram will help you there 🙂
I am also facing the same issue
Hi I saw the your video now and try it same like what you have done but I am getting error will you help for it??
What is the error you faced?
@@letsprogram30 like it showing only error alert message not showing successful login alert but I did same what u have done.how to find what I did the wrong??
@@saiparkash9471 even I have the same error. Did u fix it?
I have a doubt you are inserting(post api) name, email, password how id field is autogenerated in json.. Can anyone explain pls Iam unable to post api call
That’s how the json server works id is auto incremented
@@letsprogram30 Hi thanks for reply ,Iam getting error like
TypeError: Cannot read properties of undefined (reading 'id').
if I specify id field in post its getting inserted
broh iam getting this type of error ERROR TypeError: res.find is not a function
Check your res in Console
I'm also facing this
Good Job...
Waiting for form validation and if possible Please implement OAuth also. :)
Yes, it is planned. 🙂
thank you
Welcome mate 😊
@@letsprogram30 keep going with these tutorial and please more .net core and Angular advanced 😁
@@rostomnouisser4023 sure 🙂
but without login we can access to dashboard if we change url /dashboard why?
For that see my video in the list about the auth guard implementation in angular
@@letsprogram30 ok bro thanks
@@letsprogram30 when i access dashboard after login and when i click to any component which is listed in my sidenav bar after click it my sidenav bar and header is not showing why?
Bro can u tell how did u do that signupuser in json
Just go in dB.json file and add a new array with signupuser name
can you share link of creating db.json
31:39 res.find() find does not exist on type object. What to do??
Because the res is coming incorrect, res should be list not object
.subscribe is deprecated what to do bro
Bro could make video for adding pie charts to the project
Sure, let me come up with a project, where Pie charts are required and will explain it🙂
how could we logout
Where can I download all the code?
Plz make angular + node.js + sql server
Please give the Codes used in this video
All other videos missing sadly
can i get that code?
if i use angular 13 with this c0de any error come
You can use it with Angular 13
how to send the link for forgot password and chnge the password with json server
formGroup' is not a valid attribute name bro i am getting this error how to solve it can tell me
You have missed it on .ts
@@letsprogram30 no i did it
@@maheshu5204 connect with me on telegram will help you there
when we component How to add bg-color/image outside component? anyone
Can you make video on change password
Yes, it's already in my checklist with do that as well 👍
i have more time watch your videos but i face some error please share the codeShare the code
Can anyone provide me project link?
bro plz upload this code to github? plz
Planning 2-3 more videos related to authentication. Once complete will share the link.
In the meantime, you can follow the tutorial to make your app. I have explained every step in detail.
I'm getting 405 error.
thank bro please add auth
Planned for upcoming video, will go step by step. 🙂
can u share source code plz
bro can u send code please
source code link
If you make crud form with casecade dropdown and checkbox
Sure bro, but will do with actual backend, without JSON server
Bro ur voice low
Subscribe shows like strick can i know why?
I don’t know, can you let me know what is your angular version?
Because with new versions of angular the subscription way has been updated
Try with wrong password. It is login successfull
your logic will have missed something, I have verified already, it's working for me!
Worked i missed something
@@hatasiaJiban great 🙂
@@hatasiaJiban wat u missed am also getting same error
many of the code is depracated
For example?
@@letsprogram30 the login function with subscribe method, i get error that because subsribr argument is update with different syntax in rxjs 7. Please can you send the code solution, thank you
Make video for forgot password
hi
Hello
Subscribe not working
What is the error?
@@letsprogram30 in login page subscribe seems scratched
@@kishore2398 well that is because of it been deprecated, see me latest video to see how to subscribe
@@letsprogram30 pls link me brother
@@kishore2398 ruclips.net/video/jGbP620NahE/видео.html
your voice was not audiable at all in the throughout the video
I will re-upload the video with boosted volume.
Sorry for the inconvenience
@@letsprogram30 that's so sweet of u , it's okay I m managing it thanku so much for consideration.
Bro could you please send the code
I have shared the GitHub link in the description