Angular 17 Todo Management App | Angular Project

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ •

  • @SultanovAsrorbek
    @SultanovAsrorbek 8 місяців тому +3

    1k+ subscriber 12k views. It means valuable channel always in recommandation and i just subscribed! Thank you! God bless you!

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

      Your support means the world to me, thank you for subscribing and watching my videos!

  • @JulioSanchez-kb7oi
    @JulioSanchez-kb7oi 10 місяців тому +2

    thank you, I create my back end in .Net C#, I am learning Angular for my future projects, this video has helped me understand more about angular

    • @wdcoders
      @wdcoders  10 місяців тому +3

      Ah, the perfect combination of .Net C# and Angular.

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

      Also symfony and angular@@wdcoders

  • @TheZukkino
    @TheZukkino 9 місяців тому +3

    The video is really interesting but why you didn't used:
    1. inject instead of constructor parameters (as per interceptor)?
    2. signal instead of Behavior?
    3. defer blocks with loading and placeholder to manage rest api call delay?
    Adding this content would be great and could cover the gap.

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

      Absolutely right and thanks for suggestion. But this tutorial only for initial level. Surely, I will add these points also in upcoming project.

  • @johntony8738
    @johntony8738 7 місяців тому +1

    excellent tutorial ,would you please show how to lauch laravel backend briefly

  • @thesaqlain
    @thesaqlain 10 місяців тому +1

    TYSM bhai .. one suggestion please commit after every functionality it is better for us to understand each code and sometimes it helps to identify our error if we getting then we can go to that commit and find out our mistakes and please add github link in descriptions ... rest are GOOD Content 5/5

    • @wdcoders
      @wdcoders  10 місяців тому +1

      Bhai, thank you so much for your comment! I'm really glad you're finding the content helpful. I'll definitely start committing after every functionality like you suggested. This is my first big video, definitely I will improve on this point.

  • @SalihKocamaz
    @SalihKocamaz 10 місяців тому

    Hello. Thanks for the video. I've just started learning Angular. I want to learn, it would be better for me if you start the training from 0. From creating an Angular project to package installation for beginners like me. I would like you to explain the project from the beginning.

    • @wdcoders
      @wdcoders  10 місяців тому

      Hey! Thanks for watching the video and leaving a comment. I totally get where you're coming from. Starting from scratch can be confusing, especially for beginners. I'll make sure to create a tutorial that covers the entire process, from creating an Angular project to installing packages. Stay tuned, my friend!

  • @seopunk8714
    @seopunk8714 4 місяці тому +1

    Hello, how do you run the api?? pls I already tried 100 times but still nothing :(

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

    i am at the 9 minute and the styling don't work i create scss folder in assets i copy the 3 files u create. but i don't understand why in assets and how this work

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

    Do you have tutorial where you create the api?

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

    @WDCODERS I am getting the - ERROR ReferenceError: localStorage is not defined, anyway to resolve it ? solution of stack overflows is not working for me.
    i am using angular 17

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

    i am trying to run the project but when i am trying to login and clicking on submit it is not working
    is there any email adrees for login
    \

  • @pldesmidt
    @pldesmidt 10 місяців тому +1

    do you have an example of the API code needed for this?

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

      github.com/wdcoders/laravel-todo-app

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

    For get all todos, my api send the array, and response works, but then response.data is undefined
    The export interface does not properly return the array, or .....?

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

      Absolutely, Check your interface.

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

    from 1:03:48 when i run the project, i can't able to login and if i inspect the code in networks it showing like 404 and now showing (failed)net::ERR_CONNECTION_REFUSED in the status column. and i have check the whole code and ur video n ur github link of this project twice and thrice. but still getting same issue
    could u please solve my problem??

    • @97BlueFlame
      @97BlueFlame 4 місяці тому

      you might wanna check out the authentication and authorization video linked in the description that may help you

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

      @@97BlueFlame i dont know backend tech or api to how to create it. i just know angular n web tech. if u have created it, can u provide ur github link in which u have done this project??

  • @SushmaSri-b5i
    @SushmaSri-b5i 9 місяців тому

    Hi, I tried this project and almost I'm in the end of the project. It was very helpful. But I got an error like "zone.js:2677" and "core.mjs:11809"(ERROR_CONNECTION_REFUSED). It says that my server is not working and I have a problem with my server. Where should I make changes? I tried my best to resolve, but I'm failing. Can you please help me through this?
    Thanks!

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

      Please shared github link for you project if you can. May be i will help you.

  • @AviMan-j2z
    @AviMan-j2z 4 місяці тому

    sir , how do we copy this project . it is showing error

  • @YggLart
    @YggLart 8 місяців тому +2

    I had a problem with localStorage because of the SSR from Angular 17. Turns out you had it disabled but Angular activates it by Default at new projects.
    If anyone happens to have problems with it, you have to disable SSR at angular.json, more specificaly, those lines:
    "server": "src/main.server.ts",
    "prerender": true,
    "ssr": {
    "entry": "server.ts"
    }
    I'm sure you can just disable it but I removed it from the file and it worked just fine

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

      Bro, sorry, I have the same problem, I tried to fix it according to your advice, but I did not find these lines in angular.json, can you please explain in more detail, where and what lines of code we should put in order for this application to start work?! If it's convenient for you, we can contact each other, for example, via Discord?!

  • @yoursMindset
    @yoursMindset 10 місяців тому

    The extension name used by you for themes and icons?

    • @jaryin9070
      @jaryin9070 10 місяців тому +1

      Material Icon Theme

    • @wdcoders
      @wdcoders  10 місяців тому +1

      Adonis Theme

  • @AviMan-j2z
    @AviMan-j2z 4 місяці тому

    sir , iss project ko copy kese kare . error dera hai

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

    how to connect the backend with the frontend??

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

      See in this. github.com/wdcoders/angular-todo-app/blob/master/src/app/core/constants/constants.ts

  • @philipfredrick2950
    @philipfredrick2950 10 місяців тому +1

    can we get the github links to the project

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

      github.com/wdcoders/angular-todo-app

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

    Sir, I am trying to login and then its open todo app during this create project.

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

      Please tell me, What you are expecting? And tell me steps which you have taken, so that I can guide you

  • @adityanishad7674
    @adityanishad7674 10 місяців тому

    i Don't understand where you write scss code ?

    • @wdcoders
      @wdcoders  10 місяців тому

      I have used tailwind css.

  • @AhmetKadirhan-j3u
    @AhmetKadirhan-j3u 9 місяців тому

    ı am new learner of angular 17 in this project email and password is what ?

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

      Dummy email address and password.

  • @almirh
    @almirh 10 місяців тому

    plz bro, share the laravel repo too

    • @wdcoders
      @wdcoders  10 місяців тому +1

      github.com/wdcoders/laravel-todo-app

    • @almirh
      @almirh 10 місяців тому

      thank you!@@wdcoders

  • @josecardons6221
    @josecardons6221 10 місяців тому +2

    share the repo bro plz

    • @wdcoders
      @wdcoders  10 місяців тому +4

      github.com/wdcoders/angular-todo-app

  • @nomantahir2132
    @nomantahir2132 10 місяців тому +2

    👎didnot show from the start 🤷‍♂

    • @wdcoders
      @wdcoders  10 місяців тому +1

      Thank you for your feedback. I'll take note of it and ensure that I will include design also in my future videos.

  • @surajmandal_567
    @surajmandal_567 10 місяців тому

    I like writing code but writing css is like 🤮

    • @wdcoders
      @wdcoders  10 місяців тому

      Dude, I feel your pain! Writing code is fun, but CSS can be a headache sometimes. Hang in there and keep pushing through!

  • @josbexerra8115
    @josbexerra8115 10 місяців тому

    Muchas gracias