67. Setting up Auth0 in an Angular Application

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2023
  • On this part you will learn how to set up Auth0 in an Angular application.
    -----------------------------
    📍 Source code: github.com/etrupja/angular-mo...
    -----------------------------
    📣 Blog: dotnethow.net
    📣 Udemy: www.udemy.com/user/ervis-trupja/
    📣 Pluralsight: www.pluralsight.com/authors/e...
    📣 LinkedIn: / ervis-trupja
    -----------------------------

ความคิดเห็น • 4

  • @reis_mnm
    @reis_mnm 4 หลายเดือนก่อน +2

    Hi Ervis, Thanks for the instruction, it would be great if you make a video integrating Auth0 with Angular17 standalone project. I am having difficulty to integrate it (app.module.ts file does not exist in standalone=true). Appreciate your work!

  • @nouchance
    @nouchance 10 หลายเดือนก่อน

    Thank you !

    • @DotNetHow
      @DotNetHow  10 หลายเดือนก่อน

      You are welcome

  • @jakovmatosic4890
    @jakovmatosic4890 6 หลายเดือนก่อน

    Damn angular 17 changed things up a bit, no longer an app.modules.ts by default, now it's standalone components. Anyone have experience with that?