Angular 17 Todo Management App | Angular Project

preview_player
Показать описание
In this video, we will be showing you how to create an Angular Todo Management App using the Angular Project. The app will allow you to manage your todos by adding and viewing them. We will also be providing some basic tips on how to use the Angular Project.

Source Code:

API Code:

Angular 17 Authentication and Authorization

Angular Slide Panel

Angular Share Data between components

Please visit on the website:

Follow me on

Please like, comment and subscribe my channel.

#angular #angular17 #angularapp #todo #todoapp #angulartodoapp #wdcoders
Рекомендации по теме
Комментарии
Автор

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

JulioSanchez-kboi
Автор

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

SultanovAsrorbek
Автор

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.

TheZukkino
Автор

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

johntony
Автор

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

thesaqlain
Автор

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.

SalihKocamaz
Автор

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

ismailbakhach
Автор

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

seopunk
Автор

Do you have tutorial where you create the api?

erosmarcuszamora
Автор

@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

rakeshchavan
Автор

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

pldesmidt
Автор

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
\

Crypto_boom_airdrop
Автор

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

YggLart
Автор

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

AviMan-jz
Автор

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

pldesmidt
Автор

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

pinjarpriyanka
Автор

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

SushmaSri-bi
Автор

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

AviMan-jz
Автор

The extension name used by you for themes and icons?

yoursMindset
Автор

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

xtremelifes