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.
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
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.
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.
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!
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
@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
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 .....?
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 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??
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!
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
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?!
1k+ subscriber 12k views. It means valuable channel always in recommandation and i just subscribed! Thank you! God bless you!
Your support means the world to me, thank you for subscribing and watching my videos!
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
Ah, the perfect combination of .Net C# and Angular.
Also symfony and angular@@wdcoders
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.
Absolutely right and thanks for suggestion. But this tutorial only for initial level. Surely, I will add these points also in upcoming project.
excellent tutorial ,would you please show how to lauch laravel backend briefly
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
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.
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.
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!
Hello, how do you run the api?? pls I already tried 100 times but still nothing :(
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
Do you have tutorial where you create the api?
@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
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
\
do you have an example of the API code needed for this?
github.com/wdcoders/laravel-todo-app
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 .....?
Absolutely, Check your interface.
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??
you might wanna check out the authentication and authorization video linked in the description that may help you
@@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??
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!
Please shared github link for you project if you can. May be i will help you.
sir , how do we copy this project . it is showing error
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
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?!
The extension name used by you for themes and icons?
Material Icon Theme
Adonis Theme
sir , iss project ko copy kese kare . error dera hai
how to connect the backend with the frontend??
See in this. github.com/wdcoders/angular-todo-app/blob/master/src/app/core/constants/constants.ts
can we get the github links to the project
github.com/wdcoders/angular-todo-app
Sir, I am trying to login and then its open todo app during this create project.
Please tell me, What you are expecting? And tell me steps which you have taken, so that I can guide you
i Don't understand where you write scss code ?
I have used tailwind css.
ı am new learner of angular 17 in this project email and password is what ?
Dummy email address and password.
plz bro, share the laravel repo too
github.com/wdcoders/laravel-todo-app
thank you!@@wdcoders
share the repo bro plz
github.com/wdcoders/angular-todo-app
👎didnot show from the start 🤷♂
Thank you for your feedback. I'll take note of it and ensure that I will include design also in my future videos.
I like writing code but writing css is like 🤮
Dude, I feel your pain! Writing code is fun, but CSS can be a headache sometimes. Hang in there and keep pushing through!
Muchas gracias