Angular 17 Authentication and Authorization

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

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

  • @harmeshkaushik4426
    @harmeshkaushik4426 10 หลายเดือนก่อน +2

    Very nice video! please continue creating videos on different topics in angular 17 👏👏

    • @wdcoders
      @wdcoders  10 หลายเดือนก่อน +1

      Thank you so much for your kind words! I'm glad you enjoyed the video. I'll definitely continue creating videos on different topics in Angular 17.

    • @alley-oop1131
      @alley-oop1131 3 หลายเดือนก่อน

      @@wdcoders nice!
      where is the source code please
      i'm doing some experiments

  • @alley-oop1131
    @alley-oop1131 3 หลายเดือนก่อน

    no video or source code for the api?

  • @igorduarte2896
    @igorduarte2896 7 หลายเดือนก่อน

    excelent

  • @Gangbuster74
    @Gangbuster74 7 หลายเดือนก่อน

    bro which theme and font you are using in your vs code

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

    Where can i find sourcecode ?

    • @wdcoders
      @wdcoders  10 หลายเดือนก่อน +4

      You can find in this project github.com/wdcoders/angular-todo-app

  • @kstudioblog
    @kstudioblog 9 หลายเดือนก่อน +1

    localstorage is not defined

    • @gijspampiermole9718
      @gijspampiermole9718 8 หลายเดือนก่อน

      Same issue, did you manage to fix it?

    • @72kevinvankawala90
      @72kevinvankawala90 8 หลายเดือนก่อน

      @@gijspampiermole9718 same issue, did you find any solution?

    • @nunoarruda
      @nunoarruda 8 หลายเดือนก่อน

      Are you using SSR? There's no localStorage on Node.js

    • @swift8995
      @swift8995 8 หลายเดือนก่อน +1

      If you are using SSR, just inject a PLATFORM_ID token inside a component constructor and pass it as a parameter to the isBrowserPlatform() function. Or you can use the afterNextRender() function to define your logic with the local storage inside.

    • @kstudioblog
      @kstudioblog 8 หลายเดือนก่อน

      Thank you@@swift8995