No video

Angular 17 Login | With API Integration

  Рет қаралды 66,100

Learning Partner

Learning Partner

7 ай бұрын

Angular 17 Login Page with API integration.
Angular 17 Login Page.
Angular 17 login.
Angular Login.
Learn From me
angularacademy.in
Connect With Me
chat.whatsapp....
API Used in video
freeapi.minipr...
Follow on WhatsApp channels
whatsapp.com/c...
All code will be at
github.com/voi...
Visit Our Mini Project Ideas Portal where you can find So many project
ideas you can try to implement
miniprojectide...
Follow & Connect me on LinkedIn
/ chetan-jogi-a87148ba
#angular17
#angularlogin
#angularproject

Пікірлер: 71
@adekolaadelana2384
@adekolaadelana2384 Ай бұрын
You got a new subscriber today. Thanks for the tutorial
@alpsprajapati
@alpsprajapati 4 ай бұрын
Loved the way your are explaning. to the point. Thanks
@LearningPartnerDigital
@LearningPartnerDigital 4 ай бұрын
Glad it was helpful!
@hirushamalith7801
@hirushamalith7801 6 ай бұрын
Awesome , your teaching really help me to understand the coding, implementation, design and testing so far (including all the application) so waiting for eCommerce app with angular 17 project part 03 and rest of the remaining parts of the previous application that you already gave us.
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Yes sure will update soon.
@lovelypubgmobile9720
@lovelypubgmobile9720 6 ай бұрын
on you're git hub don't have codes about this angular login app. u copied html and css codes. not wrote. And now what should I do ? How can I find this html and css codes?
@ahmedhegazy3875
@ahmedhegazy3875 Ай бұрын
Very nice code
@AnasBensaid-xs6hq
@AnasBensaid-xs6hq 3 ай бұрын
i get eror in debuger when i try to login
@mugatu2017
@mugatu2017 6 ай бұрын
thanks for your contribution to the comunity, just one thing, is not longer neceseary to inject a service in the constructor you cand do like this. loginSvc = inject(LoginService)
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Yes this is also possible
@satishmore.8140
@satishmore.8140 3 ай бұрын
Thank you so much.
@akiii461
@akiii461 6 ай бұрын
Thanks for the tutorial...😊
@benmakhloufaya5037
@benmakhloufaya5037 6 ай бұрын
why you didn't use the services?
@ngozireginaesenwa5458
@ngozireginaesenwa5458 4 ай бұрын
Thank you very much
@LearningPartnerDigital
@LearningPartnerDigital 4 ай бұрын
Welcome keep watching
@dcode08
@dcode08 6 ай бұрын
Thank you sir
@vilaskiran266
@vilaskiran266 6 ай бұрын
Great sir
@albuquerqueroger
@albuquerqueroger 5 ай бұрын
Thank you sir!
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Welcome
@user-im4vp7jp1z
@user-im4vp7jp1z 4 ай бұрын
Thank for this, could you please provide a video on forgot password and reset password?
@LearningPartnerDigital
@LearningPartnerDigital 4 ай бұрын
Yes will create it soon
@truth8690
@truth8690 6 ай бұрын
great. can you add oauth2?
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Yes will implement guard too
@bennybillions9462
@bennybillions9462 3 ай бұрын
A cross-origin resource sharing (CORS) request was blocked because of invalid or missing response headers of the request or the associated
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
Pls connect on LinkedIn
@AnkitTiwari-qt5ds
@AnkitTiwari-qt5ds 6 ай бұрын
I want to create a Forget password form in Angular.. i will take Email and it will get verified from the backend and if it's correct then one link will be sent on that email to reset the password and from that link the user can change the password..
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Yes this is normal flow we implement in forgot password
@MTSightseeing
@MTSightseeing 6 ай бұрын
Can you make video on how to integrate admin lte3 in angular 17. Having one common layout for all module in angular
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Ok. Will try to use adminLte in next project
@eddie8575
@eddie8575 6 ай бұрын
seems login api returning some token what's purpose of it
@GuiSilva1
@GuiSilva1 2 ай бұрын
the token is like a ticket that the website grants you such that if you use it later, the website knows it can only be you. This is useful, for example, if you want to restrict certain urls, like account settings, to only users that are logged in. To access this url, users must provide their token, otherwise, they are not logged in. From a token, we can retrieve the user data, like name, email, profile picture. All of this would need to be configured in the API backend, like django
@Vinchiii1822
@Vinchiii1822 3 ай бұрын
How to use the /api/User/GetAllUsers? I am getting a 401 error. I am experimenting and trying to delete the dummy email I created. Thanks.
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
Api are authorised u need to pass token u get in login api
@Vinchiii1822
@Vinchiii1822 3 ай бұрын
@@LearningPartnerDigital How to pass the token? I tried using this const headers = new HttpHeaders().set('Authorization', `Bearer ${token}`); I replaced the token with the token I got from Login API but still unauthorized.
@Vinchiii1822
@Vinchiii1822 3 ай бұрын
@@LearningPartnerDigital I tried using Postman and manually added the token that I got from Login API but still 401Unauthorized. Please help. Thank you.
@sirmntuli
@sirmntuli 2 ай бұрын
Hi Sir, I am getting CORS error when hitting the login API.
@LearningPartnerDigital
@LearningPartnerDigital 2 ай бұрын
Please use Jwt controller api..from swagger
@amanverma8300
@amanverma8300 Ай бұрын
Login and JWT both api is not working.why?
@mohitkuttarmare4199
@mohitkuttarmare4199 3 ай бұрын
Hello I am getting cors error while hitting api can you please tell me in this case how can I resolve this? I tried multiple soln but not success
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
Use api from Jwt controller
@RahulChoudhary-is9xe
@RahulChoudhary-is9xe 2 ай бұрын
@@LearningPartnerDigital it is still giving CORS error even after using API from Jwt controller
@user-sy4bp5je5g
@user-sy4bp5je5g Ай бұрын
@@RahulChoudhary-is9xe same with me
@goutambarfa7072
@goutambarfa7072 5 ай бұрын
Sir router. Navigate method not show than how i can navigate now after importing router
@vaibhavroje5932
@vaibhavroje5932 5 ай бұрын
Check where the router module is imported, import router from core library not express
@rryann088
@rryann088 4 ай бұрын
If youre here for routes in Angular 17, 9:00
@vanithaks2215
@vanithaks2215 2 ай бұрын
where to find the code ?
@sanket6543
@sanket6543 6 ай бұрын
Can you please start explain all new features in angular 17
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Sure have it my todo list will soon do series on angular 17
@isllive65
@isllive65 6 ай бұрын
Ecommerce application next part
@meghatare1052
@meghatare1052 6 ай бұрын
In angular 17 i am not able to import httpClientModule how can you able to import this?
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
You need to manually write import statement
@gowthamiallam-sr5eh
@gowthamiallam-sr5eh 8 күн бұрын
i am getting cors error when i used the api please help
@LearningPartnerDigital
@LearningPartnerDigital 8 күн бұрын
Please to connect on LinkedIn
@bharathirajasubramanian3245
@bharathirajasubramanian3245 6 ай бұрын
ngModel is throwing error even after adding FormsModule in the logincomponent
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
What error u are getting
@sagarbhasate7449
@sagarbhasate7449 3 ай бұрын
@@LearningPartnerDigital NG8002: Can't bind to 'ngModle' since it isn't a known property of 'input'.
@Whatdahail
@Whatdahail 5 ай бұрын
do you something for angular 17 with restful api
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Sorry didn't get your question
@LindaElsa-ri6ix
@LindaElsa-ri6ix 6 ай бұрын
sir , please can you update the repo
@JoseCardenas-zs4on
@JoseCardenas-zs4on 3 ай бұрын
where is the node_moduler file?
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
After cloning you need to do npm install
@JoseCardenas-zs4on
@JoseCardenas-zs4on 3 ай бұрын
@@LearningPartnerDigitalThank you so much
@Shoaib-Rajput
@Shoaib-Rajput 6 ай бұрын
Sir G pls provide source code
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Please check repo
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Angular 17 login
@Shoaib-Rajput
@Shoaib-Rajput 6 ай бұрын
@@LearningPartnerDigital Thanks Sir Kal tk empty thi Repo Sir
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
@@Shoaib-Rajput yes..one more login scenario..with Local-Storage I wanted to do then I would have pushed it
@Shoaib-Rajput
@Shoaib-Rajput 6 ай бұрын
@@LearningPartnerDigital Ok Sir I'm beginner and I follow your videos I also create ZoomCar Zomato app and now working on login page
@MovaClub
@MovaClub 6 ай бұрын
shit! no repo :) dude, what you're doing?
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Yes will upload code to repo
@anas-agario5035
@anas-agario5035 3 ай бұрын
i get eror in debuger when i try to login
Angular 17 Login with JWT token | With API | Angular Interceptor
17:40
LEARNING PARTNER
Рет қаралды 20 М.
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 11 МЛН
Son ❤️ #shorts by Leisi Show
00:41
Leisi Show
Рет қаралды 10 МЛН
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 35 МЛН
小蚂蚁被感动了!火影忍者 #佐助 #家庭
00:54
火影忍者一家
Рет қаралды 52 МЛН
Angular 18 is EXACTLY what we needed
9:15
Academind
Рет қаралды 71 М.
Google Pixel 9/Pro/Fold Impressions: They've Finally Done It?
13:25
Marques Brownlee
Рет қаралды 4,7 МЛН
Ecommerce App with Angular | Angular 17 Project | Admin Application
1:26:07
LEARNING PARTNER
Рет қаралды 116 М.
React Native CLI Setup for Windows [Created in 2024]
25:02
CodeLegends
Рет қаралды 3,7 М.
Angular 18 Login | API integration | Guard in Angular
33:07
LEARNING PARTNER
Рет қаралды 8 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 134 М.
Is HTMX a Joke??
32:15
Syntax
Рет қаралды 20 М.
programming projects that taught me how to code
9:49
isak
Рет қаралды 283 М.
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 11 МЛН