Angular 17 Login | With API Integration

Поділитися
Вставка
  • Опубліковано 17 жов 2024
  • Angular 17 Login Page with API integration.
    Angular 17 Login Page.
    Angular 17 login.
    Angular Login.
    Learn From me
    angularacademy.in
    To Connect with me & get Notification of Live Session Join
    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

КОМЕНТАРІ • 79

  • @maxwellau7355
    @maxwellau7355 Місяць тому +1

    I love the way you teach. thank you for helping me

  • @sunilshinde4595
    @sunilshinde4595 25 днів тому

    I suppose that login page is showing first and then dashboard, this is happened after login and refresh a page on dashboard, can you tell me what happened?

  • @lovelypubgmobile9720
    @lovelypubgmobile9720 8 місяців тому +1

    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?

  • @alpsprajapati
    @alpsprajapati 6 місяців тому

    Loved the way your are explaning. to the point. Thanks

  • @hirushamalith7801
    @hirushamalith7801 9 місяців тому

    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.

  • @tuananhtran5486
    @tuananhtran5486 Місяць тому

    Super efforts and appreciated bro, thanks.

  • @adekolaadelana2384
    @adekolaadelana2384 3 місяці тому

    You got a new subscriber today. Thanks for the tutorial

  • @mugatu2017
    @mugatu2017 9 місяців тому

    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)

  • @NaveenKumar-hw7sd
    @NaveenKumar-hw7sd Місяць тому

    login page is not displayed , i followed upto router imports in app component......video 11.57

  • @Vinchiii1822
    @Vinchiii1822 5 місяців тому

    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  5 місяців тому

      Api are authorised u need to pass token u get in login api

    • @Vinchiii1822
      @Vinchiii1822 5 місяців тому

      @@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 5 місяців тому

      @@LearningPartnerDigital I tried using Postman and manually added the token that I got from Login API but still 401Unauthorized. Please help. Thank you.

  • @benmakhloufaya5037
    @benmakhloufaya5037 8 місяців тому +1

    why you didn't use the services?

  • @mohitkuttarmare4199
    @mohitkuttarmare4199 5 місяців тому

    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

  • @ahmedhegazy3875
    @ahmedhegazy3875 3 місяці тому

    Very nice code

  • @akiii461
    @akiii461 8 місяців тому +1

    Thanks for the tutorial...😊

  • @sirmntuli
    @sirmntuli 4 місяці тому

    Hi Sir, I am getting CORS error when hitting the login API.

  • @meghatare1052
    @meghatare1052 8 місяців тому

    In angular 17 i am not able to import httpClientModule how can you able to import this?

  • @vilaskiran266
    @vilaskiran266 8 місяців тому +1

    Great sir

  • @goutambarfa7072
    @goutambarfa7072 7 місяців тому

    Sir router. Navigate method not show than how i can navigate now after importing router

    • @vaibhavroje5932
      @vaibhavroje5932 7 місяців тому

      Check where the router module is imported, import router from core library not express

  • @AnasBensaid-xs6hq
    @AnasBensaid-xs6hq 5 місяців тому +2

    i get eror in debuger when i try to login

  • @SanjaySharma-s2d
    @SanjaySharma-s2d 7 місяців тому

    Thank for this, could you please provide a video on forgot password and reset password?

  • @AnkitTiwari-qt5ds
    @AnkitTiwari-qt5ds 8 місяців тому

    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..

  • @amanverma8300
    @amanverma8300 3 місяці тому

    Login and JWT both api is not working.why?

  • @MTSightseeing
    @MTSightseeing 9 місяців тому

    Can you make video on how to integrate admin lte3 in angular 17. Having one common layout for all module in angular

  • @eddie8575
    @eddie8575 9 місяців тому +1

    seems login api returning some token what's purpose of it

    • @GuiSilva1
      @GuiSilva1 5 місяців тому

      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

  • @gowthamiallam-sr5eh
    @gowthamiallam-sr5eh 2 місяці тому

    i am getting cors error when i used the api please help

  • @satishmore.8140
    @satishmore.8140 5 місяців тому

    Thank you so much.

  • @bharathirajasubramanian1988
    @bharathirajasubramanian1988 8 місяців тому

    ngModel is throwing error even after adding FormsModule in the logincomponent

    • @LearningPartnerDigital
      @LearningPartnerDigital  8 місяців тому

      What error u are getting

    • @sagarbhasate7449
      @sagarbhasate7449 5 місяців тому

      @@LearningPartnerDigital NG8002: Can't bind to 'ngModle' since it isn't a known property of 'input'.

  • @bennybillions9462
    @bennybillions9462 5 місяців тому

    A cross-origin resource sharing (CORS) request was blocked because of invalid or missing response headers of the request or the associated

  • @Whatdahail
    @Whatdahail 7 місяців тому

    do you something for angular 17 with restful api

  • @albuquerqueroger
    @albuquerqueroger 7 місяців тому

    Thank you sir!

  • @AjayCoding
    @AjayCoding 9 місяців тому +1

    great. can you add oauth2?

  • @ngozireginaesenwa5458
    @ngozireginaesenwa5458 6 місяців тому

    Thank you very much

  • @dcode08
    @dcode08 9 місяців тому

    Thank you sir

  • @rryann088
    @rryann088 6 місяців тому

    If youre here for routes in Angular 17, 9:00

  • @vanithaks2215
    @vanithaks2215 5 місяців тому

    where to find the code ?

  • @sanket6543
    @sanket6543 9 місяців тому

    Can you please start explain all new features in angular 17

    • @LearningPartnerDigital
      @LearningPartnerDigital  9 місяців тому

      Sure have it my todo list will soon do series on angular 17

    • @isllive65
      @isllive65 9 місяців тому

      Ecommerce application next part

  • @JoseCardenas-zs4on
    @JoseCardenas-zs4on 5 місяців тому

    where is the node_moduler file?

  • @LindaElsa-ri6ix
    @LindaElsa-ri6ix 8 місяців тому

    sir , please can you update the repo

  • @Shoaib-Rajput
    @Shoaib-Rajput 8 місяців тому

    Sir G pls provide source code

    • @LearningPartnerDigital
      @LearningPartnerDigital  8 місяців тому

      Please check repo

    • @LearningPartnerDigital
      @LearningPartnerDigital  8 місяців тому

      Angular 17 login

    • @Shoaib-Rajput
      @Shoaib-Rajput 8 місяців тому

      @@LearningPartnerDigital Thanks Sir Kal tk empty thi Repo Sir

    • @LearningPartnerDigital
      @LearningPartnerDigital  8 місяців тому

      @@Shoaib-Rajput yes..one more login scenario..with Local-Storage I wanted to do then I would have pushed it

    • @Shoaib-Rajput
      @Shoaib-Rajput 8 місяців тому

      @@LearningPartnerDigital Ok Sir I'm beginner and I follow your videos I also create ZoomCar Zomato app and now working on login page

  • @dhanurdarsahhu8659
    @dhanurdarsahhu8659 24 дні тому

    getting CORS error xhr login.component.ts:22

    • @LearningPartnerDigital
      @LearningPartnerDigital  24 дні тому

      @@dhanurdarsahhu8659 use api from projectapi.gerasim.in user api..run project on 4209

  • @MovaClub
    @MovaClub 8 місяців тому

    shit! no repo :) dude, what you're doing?

  • @anas-agario5035
    @anas-agario5035 5 місяців тому

    i get eror in debuger when i try to login