Angular 17 Login | With API Integration

Поделиться
HTML-код
  • Опубликовано: 17 янв 2024
  • 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.com/BcKALY2eGab...
    API Used in video
    freeapi.miniprojectideas.com
    Follow on WhatsApp channels
    whatsapp.com/channel/0029Va5F...
    All code will be at
    github.com/voidChetan
    Visit Our Mini Project Ideas Portal where you can find So many project
    ideas you can try to implement
    miniprojectideas.com
    Follow & Connect me on LinkedIn
    / chetan-jogi-a87148ba
    #angular17
    #angularlogin
    #angularproject
  • НаукаНаука

Комментарии • 69

  • @akiii461
    @akiii461 5 месяцев назад +1

    Thanks for the tutorial...😊

  • @alpsprajapati
    @alpsprajapati 3 месяца назад

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

  • @hirushamalith7801
    @hirushamalith7801 5 месяцев назад

    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.

  • @vilaskiran266
    @vilaskiran266 5 месяцев назад +1

    Great sir

  • @dcode08
    @dcode08 5 месяцев назад

    Thank you sir

  • @adekolaadelana2384
    @adekolaadelana2384 14 дней назад

    You got a new subscriber today. Thanks for the tutorial

  • @satishmore.8140
    @satishmore.8140 2 месяца назад

    Thank you so much.

  • @albuquerqueroger
    @albuquerqueroger 4 месяца назад

    Thank you sir!

  • @ngozireginaesenwa5458
    @ngozireginaesenwa5458 3 месяца назад

    Thank you very much

  • @ahmedhegazy3875
    @ahmedhegazy3875 11 дней назад

    Very nice code

  • @mugatu2017
    @mugatu2017 5 месяцев назад

    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)

  • @lovelypubgmobile9720
    @lovelypubgmobile9720 5 месяцев назад

    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?

  • @benmakhloufaya5037
    @benmakhloufaya5037 5 месяцев назад +1

    why you didn't use the services?

  • @AnasBensaid-xs6hq
    @AnasBensaid-xs6hq 2 месяца назад +2

    i get eror in debuger when i try to login

  • @Yourure23626
    @Yourure23626 5 месяцев назад

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

  • @user-im4vp7jp1z
    @user-im4vp7jp1z 3 месяца назад

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

  • @truth8690
    @truth8690 5 месяцев назад +1

    great. can you add oauth2?

  • @raiyan22
    @raiyan22 3 месяца назад

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

  • @eddie8575
    @eddie8575 5 месяцев назад +1

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

    • @GuiSilva1
      @GuiSilva1 Месяц назад

      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

  • @AnkitTiwari-qt5ds
    @AnkitTiwari-qt5ds 5 месяцев назад

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

  • @sanket6543
    @sanket6543 5 месяцев назад

    Can you please start explain all new features in angular 17

    • @LearningPartnerDigital
      @LearningPartnerDigital  5 месяцев назад

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

    • @isllive65
      @isllive65 5 месяцев назад

      Ecommerce application next part

  • @Whatdahail
    @Whatdahail 4 месяца назад

    do you something for angular 17 with restful api

  • @meghatare1052
    @meghatare1052 4 месяца назад

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

  • @goutambarfa7072
    @goutambarfa7072 4 месяца назад

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

    • @vaibhavroje5932
      @vaibhavroje5932 4 месяца назад

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

  • @bennybillions9462
    @bennybillions9462 2 месяца назад

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

  • @Vinchiii1822
    @Vinchiii1822 2 месяца назад

    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  2 месяца назад

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

    • @Vinchiii1822
      @Vinchiii1822 2 месяца назад

      @@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 2 месяца назад

      @@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 Месяц назад

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

  • @bharathirajasubramanian3245
    @bharathirajasubramanian3245 4 месяца назад

    ngModel is throwing error even after adding FormsModule in the logincomponent

    • @LearningPartnerDigital
      @LearningPartnerDigital  4 месяца назад

      What error u are getting

    • @sagarbhasate7449
      @sagarbhasate7449 2 месяца назад

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

  • @vanithaks2215
    @vanithaks2215 Месяц назад

    where to find the code ?

  • @LindaElsa-ri6ix
    @LindaElsa-ri6ix 5 месяцев назад

    sir , please can you update the repo

  • @mohitkuttarmare4199
    @mohitkuttarmare4199 2 месяца назад

    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

  • @JoseCardenas-zs4on
    @JoseCardenas-zs4on 2 месяца назад

    where is the node_moduler file?

  • @Shoaib-Rajput
    @Shoaib-Rajput 5 месяцев назад

    Sir G pls provide source code

    • @LearningPartnerDigital
      @LearningPartnerDigital  5 месяцев назад

      Please check repo

    • @LearningPartnerDigital
      @LearningPartnerDigital  5 месяцев назад

      Angular 17 login

    • @Shoaib-Rajput
      @Shoaib-Rajput 5 месяцев назад

      @@LearningPartnerDigital Thanks Sir Kal tk empty thi Repo Sir

    • @LearningPartnerDigital
      @LearningPartnerDigital  5 месяцев назад

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

    • @Shoaib-Rajput
      @Shoaib-Rajput 5 месяцев назад

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

  • @amanverma8300
    @amanverma8300 10 дней назад

    Login and JWT both api is not working.why?

  • @MovaClub
    @MovaClub 5 месяцев назад

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

  • @anas-agario5035
    @anas-agario5035 2 месяца назад

    i get eror in debuger when i try to login