28 minutes of video and I know I've finally found a quality tutorial. Thanks dude!
@thingsiwishiknew85925 ай бұрын
Tell me about it
@Yoremh5 ай бұрын
@@thingsiwishiknew8592 "IT," based on Stephen King's novel, is a horror film that revolves around a group of children in the town of Derry, Maine. They are terrorized by an evil entity that often takes the form of Pennywise the Dancing Clown. The story alternates between their childhood experiences and their adult lives, 27 years later, when they must confront their fears and the monstrous entity once again. The film explores themes of friendship, trauma, and the power of unity in the face of unimaginable evil.
@ArslanZafarr6 ай бұрын
I highly recommend all of you who want to learn Angular with the latest release. I found this quality tutorial after searching through KZbin for three days. Thanks, dude!
@אהלןסהלן6 ай бұрын
Got any more recomemdations?😊
@DesignThinkerer5 ай бұрын
@@אהלןסהלן the book "Become a ninja with Angular" is kept up to date, I think it's quite good but I'm not an expert
@DesignThinkerer5 ай бұрын
@@אהלןסהלן the book "Become a ninja with Angular" is pretty good
@AliHassan-wc6nb3 ай бұрын
Shukriya!
@craftyplaysgames96425 ай бұрын
For anyone having issues with the images, if you're using Angular 18 (like me), then all images load from the public folder by default. So your logo would be images/oc-logo.svg assuming you add an images folder to public.
@_JaySharps5 ай бұрын
I can't imagine how much time you just saved me, thank you so much!
@chaudharypraveen984 ай бұрын
Thanks for the help
@coolblackguy995 ай бұрын
For those who are stuck setting up a logo, you might be using Angular 18 or above. Note that Images will now go into the public folder so your structure should look like "public/images" folder instead of "assets/images". With that, your code should now look something like this: Hope this helps!
@JVC-Byte2 ай бұрын
Thanks man
@sanjeevtripurari562 ай бұрын
I dont find images folder, nor assets ``` Angular CLI: 18.2.6 Node: 20.16.0 Package Manager: npm 10.8.3 ```
@MichaelRinghusGertz19 күн бұрын
Thanks for the hint. I fixed it by adding the following block to angular.json { "glob": "**/*", "input": "src/assets", "output": "/assets" } under architect.build.options.assets
@Isaac-d1m2 ай бұрын
For anyone struggling with serving the product images , update item image path in the db.json, on the server. As images are now served from the public folder path by default { "items": [ { "id": 1, "image": "images/products/image1.jpg" .... basically just remove "assets/" from every item. Also, you need to match your file structure, move the entire "images" folder from "assets" to "public"
@FelipeJunges-SL-BR8 ай бұрын
4 hours? Man... Thank you very much! Starting it now. Will be very important for me! Again, thanks a lot!!
@prog_demos4 ай бұрын
This is a truly amazing tutorial, simple and goes directly to the point. Exactly what I was looking for, kudos! However, I have 2 comments: 1) You shouldn't have put any focus on Node.JS nor explain how it internally works. This just takes time. E.g., your "find max id" implementation for `post` is a mock implementation anyway, not at all related to the topic of the video. All viewers such as myself care about is how to invoke `post` with Angular's HttpClient, let me worry about my own backend code. 2) I would've really preferred if you left the Copilot out (unless you were sponsored or something like that). I'm a fast writer and can follow everything at 1.5x speed with no issues, but the moment you start to autocomplete is the moment I lose my flow and have to double check generated variables'/parameters' names/types. All in all, amazing work and thank you so much! You're a great lecturer and I'm glad I got to learn Angular from you.
@shoutotodoroki57369 ай бұрын
Finally, I'm glad that somebody made this tutorial, bless you. As a completely beginner I dont understand how to install previous versions of angular and learn it, because I have installed 17 version and tutorials in 16 and less
@gaborhuszka2897 ай бұрын
Hi, i dont know if this is still relevant, however you can download an older version of Angular CLI, and if you create a new project with that it should generate the according Angular version. However if you want to use v.17 u can also create project with "ng new --no-standalone project-name"
@NimanthaNadeeraka9 ай бұрын
Thank you so much for this tutorial! The step-by-step explanation was incredibly clear and easy to follow. I appreciate the time and effort you put into making this video. It really helped me understand angular better. Looking forward to more tutorials from you!
@maximood-tired7 ай бұрын
INSANELY good video. The best Angular Course on whole youtube, and I tried a lot of them
@Benivere19 ай бұрын
Excellent tutorial. I learned quite a bit from this. The only issue I found was that if I followed the video religiously, there were some changes made in the video that apparently relied on code changes that weren't shown. Referencing the github repo filled in those gaps. Thank you for being detailed and taking the time to explain many of the automatic bindings of Angular. I "think" I understand Angular now..... (ahem)
@codedeck9 ай бұрын
Thank you for the feedback! Indeed at some point I skipped a few UI changes to keep the videl shorter because it was already going to be 4+ hours. I will try not to skip anything in the future!
@OlexiyMyronchenko7 ай бұрын
Really good work! 👍 The only step I was stumbled on is the confirmation popup with the Delete button. I guess you added the "ConfirmPopupModule" and "ToastModule" in the background without the explicitly mentioning them. At 3:02:40 they are in the .ts file but at 2:59:55 they were not yet. Anyway, the video was very useful for me as an Angular newbie! Thanks a lot!
@martinlapihuska25245 ай бұрын
And dont forget to mention changing function name in HTML button parameter from deleteProduct to ConfirmDelete
@DuckDuckGo995 ай бұрын
this thread is useful, thanks guys :)
@AuraAqua123 ай бұрын
Yeees!! I was stuck for almost an hour because of that ToT
@joetrocken59572 ай бұрын
Thank you so much!
@MichaelRinghusGertz18 күн бұрын
It took me a little half hour to fix this :( BUt it has been a great tutorial so far.
@seifmostafa587 ай бұрын
hands down the best Angular crash course out there.
@mseriesco9 ай бұрын
Explained each aspect beautifully. Very Thank full for this master piece.
@patrykorowski41416 ай бұрын
I'm coming from the React world, and I won't lie. Angular looks pretty cool :D Great tutorial! Subscribed. ;)
@holyfreakinguacamole4 ай бұрын
THANK YOU. I’ve been studying web dev for a couple of years and I’ve created a lot of apps, but this drives home the ROOT of it all. Absolutely fundamental. Thank you. (Speaking to the first 20 min)
@LA_RAMOS5 ай бұрын
Just to clarify in the latest version of angular, it already comes with a server with the archives called main.server.ts inside src and app.config.server.ts. Also the way to run the project would just be ng serve
@Szabal162 ай бұрын
Mate, that crash course is amazing. Keep up the good work!
@MyRandomness9877 ай бұрын
I love the video, it is helping me learn angular. I love learning by doing! There has been a couple of times I have gotten stuck, you would do something automatically that I did not know about but I ended up finding the solution. Thank you for the comprehensive overview of angular!
@Snbd26th2 ай бұрын
Man I just found your channel and I felt like I stumbled upon a gold mine! Thank you very much, subscribed!
@graydhd86887 ай бұрын
I've been trying to learn angular for a bit and feeling exceptionally overwhelmed but this vid is really helping everything I've learned so far sink in, amazing tutorial!
@DonPaps4 ай бұрын
This is some quality tutorial. Straight to the point, without missing the important points! Thanks a lot for this!!
@Saimelodies25127 ай бұрын
Extremely wonderful and excellent video ! I have never seen anyone explaining step by step like spoon feeding to a baby!!! Again excellent work 👍.
@iraklyoda42134 ай бұрын
Made sense of Angular in less than 2h30m. Great work man, thanks
@SuperVishal200016 күн бұрын
Dude ur amazing. You're explanations are so in-depth. Doing god's work brother. Thank you!
@fearmenot9 ай бұрын
Bro. Thank you very much. By the end of the year this video will get million views for sure since this is the most updated Angular tutorial that really is for beginner. You must be a smart person because you are explaining it very well. Keep up the good work, I'm still grinding tho to be able to land a job. Thanks again
@ujangaripin76309 ай бұрын
Thank you for this extraordinary tutorial. I beg you to continue working on KZbin. Can you for the next video make an Angular Login (authentication) tutorial with multi role admin and user?
@VipulNilesh6 ай бұрын
Amazing Content
@arlmdev5 ай бұрын
The crash course is made in a detailed manner. It was easy to follow and truly a beginner-friendly tutorial. Thank you!
@mahendranath25047 ай бұрын
Wow, nice thank you so much for sharing the knowledge
@Haider0075410 ай бұрын
good job u explain well but i didn't understand fully i will read documentations after finishing this video and i think you are the only one youtuber who teaching angular 17 great step.
@codedeck10 ай бұрын
Thank you for the feedback! I tried to keep the course under 5 hours long, so I don't go into too much detail on everything. I am really grad you found it helpful!
@rezurrrexion383 ай бұрын
HUGE educational value!!! Thank you so much for making this crash course 👏👏👏
@kenhan1687 ай бұрын
This is a really wonderful video, every minute is worth to watch and listen. Thank you so much!!!
@starX79953 ай бұрын
coming from react ecosystem i needed to learn angular as i applied for a job and recieved an assignment in it Not going to lie bro angular is testing my patience
@danielhen3 ай бұрын
I’m in the same position as you. Could you recommend a better video that actually explains Angular?
@codewithreen57682 ай бұрын
@@danielhenlook up Procademy. They have the best Angular playlist
@ahmedmaher9985Ай бұрын
@@danielhen iam in the sam position as you ,this is the best one i found so far .
@danielhenАй бұрын
@@ahmedmaher9985I found my self buying course from udemy..
@kereloskaram13123 ай бұрын
Highly Recommended, really useful Thanks man!
@justw713 ай бұрын
Awesome tutorial! This was my first experience with Angular and your crash course was super helpful 😊
@troyschwartz74383 ай бұрын
This was a great video. Covered a ton of topics and you did an excellent job of walking us through all of them. thank you.
@KunalKumar-kw8yg7 ай бұрын
This was wonderful. Helped me a lot ❤❤❤
@BStrick757 ай бұрын
Great job so far. I'm an hour in. :)
@jonathanperez2603Ай бұрын
Amazing course!
@reirvk7 ай бұрын
Thank you
@clim97424 ай бұрын
This was a great crash tutorial. Thank you, Alex!
@antoniofcable5 ай бұрын
Very nice tutorial. I really recommend. I could review many things that I've already known and learn o lot of new ones. The explanation is very clear and the example is perfect. Thanks a lot.
@sidman15056 ай бұрын
ধন্যবাদ দাদা। আপনার দ্বারা খুব ভাল ব্যাখ্যা
@randisa36006 ай бұрын
Yeah im done, im trying error and finally im done, The new syntax gave me errors but i finally solved it... Thanks...
@arjunsemwal022 ай бұрын
One of the best tutorials i've seen♥, thanks brother for sharing such a great and in-depth tutorial❤
@-freethought-Librepensee-xf6sn7 ай бұрын
Thank you very much , 4 hours and wooow everything is clair
@mihaichildesco82765 ай бұрын
you deserve a subscribe and like for this content. What difference you from others is that you go more depth and you have patience, your speak is perfect for programming tutorials, not to slow not to fast. And also glad to meet Angular tutorial in a world full of React. I would like to hear from you concepts of programming explained in js like callbacks, closures async, dom manipulation, event loop and so on. You are very good at explaining things. Very good work! 💪💪💪
@webdevyaros9 ай бұрын
Thank you so much! It was amazing crash course. I hope you will continue the Angular topic, I really like the work you did!
@DREBO-z8cАй бұрын
Bro you're legitimately a really good teacher
@mihaioprea93985 ай бұрын
Great crash course! Very helpful!
@magassakardigue41887 ай бұрын
thank you very much
@vishnuprasad62023 ай бұрын
Great Tutorial!!!!
@FrancoisKABORE-or3su3 ай бұрын
Realy nice tutorial to learn Angular
@gopikrishnag414 ай бұрын
So excellent tutorial & thx a lot 💪🙏
@Bongytech8 ай бұрын
Great video 👌🏾
@alimeme41977 ай бұрын
the best course ever!! thank you so much
@BloodyJanio9 ай бұрын
Great tutorial, I found one small issue there: Missing record in the database with ID: 14 (had to add it manually), otherwise I had no issues with anything. Thank you for the excellent Angular tutorial, which is up-to-date.
@thingsiwishiknew85925 ай бұрын
Great content , easy to follow, and has filled in a lot of gaps the other videos did not, really appreciate it , i am curious though , if you had a actual DB would you hook it up the same way with regards to the server, and how would you go about adding authentication? Thanks
@WillServices8 ай бұрын
Getting stuck on Options interface creation... Your autocompletion plugin is sometimes too fast. It is a great tutorial! Thank you very much
@WillServices8 ай бұрын
@@TUMSonY 🤣🤣🤣🤣 LMAO
@hidden_kat99195 ай бұрын
This video is extremely well explained and very beginner friendly. I like that you take us through each step and explain each thing we do in simple terms. Thank you for putting your time into this, it has been very helpful 🖤
@manikandand25419 ай бұрын
Amazing job my friend
@kaleempansota7917Ай бұрын
Really loved it❤
@wolfsupernova-fv4jd4 ай бұрын
I'm two hours in and so far it has been great, but with Angular 18 I had to change the angular.json to load the images from the src/assets route
@wolfisraging7 ай бұрын
Oh man, just perfeccttttt! Thanks for the efforts!
@adrian333dev9 ай бұрын
Awesome content!
@joncharles58174 ай бұрын
nicely done bro!!!
@babukicoding9 ай бұрын
Thanks for this amazing tutorial brother💗
@jayakumar29279 ай бұрын
Good one . post more
@unaibarrigon94228 ай бұрын
getting Cannot read property 'firstCreatePass' of null on 2:07:00, ive followed every step
@wassimmaaoui4718 ай бұрын
Hello there! It seems we're facing a similar issue. Let's start by inspecting your package.json file. If PRIMENG isn't listed there, it might not be installed correctly. To resolve this, I recommend reinstalling the package and then restarting the Angular development server with ng serve. This should hopefully resolve the problem.
@sergiofaheina779610 ай бұрын
That's gold.
@codedeck10 ай бұрын
Thank you so much!
@Ruhgtfo8 ай бұрын
Best🎉
@Basil221024 ай бұрын
Can someone help me out? After 2:06:45, Im getting an error, [vite] Internal Server Error: Cannot read properties of undefined (reading 'None'). Upto this point, it was working fine. But after adding the output, this has started happening.
@jediahnaicker2 ай бұрын
I added a fallback check in home.component.html to make sure that the products property is defined before rendering the app-product component and it fixed the error for me:
@thuxtk10 ай бұрын
This video is great, very educational.
@Taher_M5 ай бұрын
Thank you sir
@ryan_gosling800Ай бұрын
1:57:21 have some problems with fonts: Failed to decode downloaded font:
@ukaszgzella40227 ай бұрын
Excellent work bro!
@stathisioan7799Ай бұрын
For anyone struggling with images not showing up properly, try editing your angular.json file for "architect"-"build"-"assets" to : "assets": ["src/favicon.ico", "src/assets"]
@ryan_gosling80028 күн бұрын
3:07:21 have no errors, but have no popus too. Anyone can explain?
@ДаниелДианов7 ай бұрын
What exactly did you win when wrapped httpClient into this ApiService? You still import 1 service and pass the same amount of args. I think this wrapper service was not needed at all. It just made the video longer. :D
@pruthvi77987 ай бұрын
True gem for beginners
@ae_armageddon9 ай бұрын
BROOOOOO, YOU ARE THE BEST IN THE WORLD!!!!
@InfidelityTrueStories6 ай бұрын
hey buddy congrats chat gpt 4 suggest me your courses . you are on fire 🔥 🔥
@moudjahidinesalissou90117 ай бұрын
Very grateful
@TerraPasternakАй бұрын
amazing tutorial. only issue is at 3:56:00 getting property 'formbuilder' is used before its initialization. tried adding useDefineForClassFields: false to TS.config, error disappears but then also do all the images on the home page. same thing happens when i put property.formBuilder inside its constructor or inside ngOnInit. please advise. thank you.
@ryan_gosling80025 күн бұрын
Hello. Were you able to find a solution?
@TerraPasternak25 күн бұрын
@@ryan_gosling800 hi. negatory
@ol11756 ай бұрын
Thanks !!!
@gianni4999 ай бұрын
Thank you so much for the video! One question though, i want to use angular with spring. Is it ok to still watch this? Which parts can i skip? I asked bc youre using react. Anyway big thanks!!
@codedeck9 ай бұрын
I presume by spring you mean the framework. You can basically skip anything that has to do with the nodejs server as it is simply used to illustrate the intergation with an existing backend. Since you are using spring, you can simply use your own endpoints.
@gianni4999 ай бұрын
@@codedeck thank you, now I can follow your reasoning. And yes I meant springboot (java). Sorry didn't specify it. I watched some minutes of the video, and it's really great! You should def do more videos, and consider putting more advanced videos on Udemy. Long angular+spring courses, for example, are pretty rare on Udemy. Many people have made tons of money from Udemy Anyway, keep up the good work thank!!
@indibizz17243 ай бұрын
1:16:50 after declaring api service getting errors in observable and this.apiservice. I don’t know how I had followed all the steps still getting error again and again
@Thiagomsm9 ай бұрын
God bless your heart. Just what I needed, thanks man.
@rabaya999 ай бұрын
Better tutorial ever😃
@shamsundar167510 ай бұрын
Finally found a complete course on Angular 17. Thanks bro for this tutorial.
@jeromesnail9 ай бұрын
I have a question, as I've had a similar issue with other tutorial as well. At 48:37 you insert "app-home" component in the app-component without any error. When I do the same, I have an error telling me that I need to import app-home in app-component. Then later at 1:33:46 when you create the header and footer component, you get the same error as me... Why didn't you get this error for app-home component??? It was NOT in your imports
@codedeck9 ай бұрын
The Home Component is loaded through the router while the other components are directly inserted into the page. In each case you are importing the component somewhere.
@jeromesnail9 ай бұрын
@@codedeck Nah I mean before you put it in the router, when it's directly in the app-root template, it doesn't error (no red line), compared to footer and header.
@LaLucarneCybernétique9 ай бұрын
@jeromesnail I had the same error. Look on top of your script, this is where you import your component: import { HomeComponent } from './home/home.component'; This line appears automatically when you use the suggestion from VSCode. When you start typing the name of your component, instead of writing it all manually, just use the down arrow to select what VSCode is suggesting you. When you press enter, it is going to automatically add the import line on top of the script.
@azimeraw243 ай бұрын
Nice, thank you and could you also do video about ngrx?
@lilimartins94469 ай бұрын
Heey thank u so much for the video! I have a question, what is the extension that complete or assume what you are gonna write?
@codedeck9 ай бұрын
It's GitHub copilot! Incredibly useful extension, I think I mention it in the beginning of the video as well.
@tezzy94865 ай бұрын
bro your are incredible
@peteroganwu9514 ай бұрын
The p-rating component is showing stars and radio buttons. Is there a reason for this? The documentations says that rating component internally uses radio buttons that are only visible to screen readers, but I am seeing the buttons.
@nadetdevfullstack70419 ай бұрын
Excellent
@ranuthdassanayaka7139 ай бұрын
Thank you so much for creating this. I couldn't find a video of the latest Angular version and was having a hard time for 3 days straight understanding the basics. Thanks to this i understand stuff now.
@kavindugunasekara4489 ай бұрын
which architecture you use for this project ,MVC or SOA?
@Nani-cf3sw6 ай бұрын
Even the length of video increases but it keeps clarity for users. So don't think about length of video. Anyway good video.