Angular Crash Course 2024 (for Beginners)

  Рет қаралды 180,017

Code Deck

Code Deck

Күн бұрын

Пікірлер: 248
@Yoremh
@Yoremh 9 ай бұрын
28 minutes of video and I know I've finally found a quality tutorial. Thanks dude!
@thingsiwishiknew8592
@thingsiwishiknew8592 5 ай бұрын
Tell me about it
@Yoremh
@Yoremh 5 ай бұрын
@@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.
@ArslanZafarr
@ArslanZafarr 6 ай бұрын
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?😊
@DesignThinkerer
@DesignThinkerer 5 ай бұрын
​@@אהלןסהלן the book "Become a ninja with Angular" is kept up to date, I think it's quite good but I'm not an expert
@DesignThinkerer
@DesignThinkerer 5 ай бұрын
@@אהלןסהלן the book "Become a ninja with Angular" is pretty good
@AliHassan-wc6nb
@AliHassan-wc6nb 3 ай бұрын
Shukriya!
@craftyplaysgames9642
@craftyplaysgames9642 5 ай бұрын
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.
@_JaySharps
@_JaySharps 5 ай бұрын
I can't imagine how much time you just saved me, thank you so much!
@chaudharypraveen98
@chaudharypraveen98 4 ай бұрын
Thanks for the help
@coolblackguy99
@coolblackguy99 5 ай бұрын
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-Byte
@JVC-Byte 2 ай бұрын
Thanks man
@sanjeevtripurari56
@sanjeevtripurari56 2 ай бұрын
I dont find images folder, nor assets ``` Angular CLI: 18.2.6 Node: 20.16.0 Package Manager: npm 10.8.3 ```
@MichaelRinghusGertz
@MichaelRinghusGertz 19 күн бұрын
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-d1m
@Isaac-d1m 2 ай бұрын
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-BR
@FelipeJunges-SL-BR 8 ай бұрын
4 hours? Man... Thank you very much! Starting it now. Will be very important for me! Again, thanks a lot!!
@prog_demos
@prog_demos 4 ай бұрын
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.
@shoutotodoroki5736
@shoutotodoroki5736 9 ай бұрын
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
@gaborhuszka289
@gaborhuszka289 7 ай бұрын
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"
@NimanthaNadeeraka
@NimanthaNadeeraka 9 ай бұрын
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-tired
@maximood-tired 7 ай бұрын
INSANELY good video. The best Angular Course on whole youtube, and I tried a lot of them
@Benivere1
@Benivere1 9 ай бұрын
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)
@codedeck
@codedeck 9 ай бұрын
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!
@OlexiyMyronchenko
@OlexiyMyronchenko 7 ай бұрын
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!
@martinlapihuska2524
@martinlapihuska2524 5 ай бұрын
And dont forget to mention changing function name in HTML button parameter from deleteProduct to ConfirmDelete
@DuckDuckGo99
@DuckDuckGo99 5 ай бұрын
this thread is useful, thanks guys :)
@AuraAqua12
@AuraAqua12 3 ай бұрын
Yeees!! I was stuck for almost an hour because of that ToT
@joetrocken5957
@joetrocken5957 2 ай бұрын
Thank you so much!
@MichaelRinghusGertz
@MichaelRinghusGertz 18 күн бұрын
It took me a little half hour to fix this :( BUt it has been a great tutorial so far.
@seifmostafa58
@seifmostafa58 7 ай бұрын
hands down the best Angular crash course out there.
@mseriesco
@mseriesco 9 ай бұрын
Explained each aspect beautifully. Very Thank full for this master piece.
@patrykorowski4141
@patrykorowski4141 6 ай бұрын
I'm coming from the React world, and I won't lie. Angular looks pretty cool :D Great tutorial! Subscribed. ;)
@holyfreakinguacamole
@holyfreakinguacamole 4 ай бұрын
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_RAMOS
@LA_RAMOS 5 ай бұрын
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
@Szabal16
@Szabal16 2 ай бұрын
Mate, that crash course is amazing. Keep up the good work!
@MyRandomness987
@MyRandomness987 7 ай бұрын
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!
@Snbd26th
@Snbd26th 2 ай бұрын
Man I just found your channel and I felt like I stumbled upon a gold mine! Thank you very much, subscribed!
@graydhd8688
@graydhd8688 7 ай бұрын
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!
@DonPaps
@DonPaps 4 ай бұрын
This is some quality tutorial. Straight to the point, without missing the important points! Thanks a lot for this!!
@Saimelodies2512
@Saimelodies2512 7 ай бұрын
Extremely wonderful and excellent video ! I have never seen anyone explaining step by step like spoon feeding to a baby!!! Again excellent work 👍.
@iraklyoda4213
@iraklyoda4213 4 ай бұрын
Made sense of Angular in less than 2h30m. Great work man, thanks
@SuperVishal2000
@SuperVishal2000 16 күн бұрын
Dude ur amazing. You're explanations are so in-depth. Doing god's work brother. Thank you!
@fearmenot
@fearmenot 9 ай бұрын
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
@ujangaripin7630
@ujangaripin7630 9 ай бұрын
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?
@VipulNilesh
@VipulNilesh 6 ай бұрын
Amazing Content
@arlmdev
@arlmdev 5 ай бұрын
The crash course is made in a detailed manner. It was easy to follow and truly a beginner-friendly tutorial. Thank you!
@mahendranath2504
@mahendranath2504 7 ай бұрын
Wow, nice thank you so much for sharing the knowledge
@Haider00754
@Haider00754 10 ай бұрын
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.
@codedeck
@codedeck 10 ай бұрын
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!
@rezurrrexion38
@rezurrrexion38 3 ай бұрын
HUGE educational value!!! Thank you so much for making this crash course 👏👏👏
@kenhan168
@kenhan168 7 ай бұрын
This is a really wonderful video, every minute is worth to watch and listen. Thank you so much!!!
@starX7995
@starX7995 3 ай бұрын
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
@danielhen
@danielhen 3 ай бұрын
I’m in the same position as you. Could you recommend a better video that actually explains Angular?
@codewithreen5768
@codewithreen5768 2 ай бұрын
@@danielhenlook up Procademy. They have the best Angular playlist
@ahmedmaher9985
@ahmedmaher9985 Ай бұрын
@@danielhen iam in the sam position as you ,this is the best one i found so far .
@danielhen
@danielhen Ай бұрын
@@ahmedmaher9985I found my self buying course from udemy..
@kereloskaram1312
@kereloskaram1312 3 ай бұрын
Highly Recommended, really useful Thanks man!
@justw71
@justw71 3 ай бұрын
Awesome tutorial! This was my first experience with Angular and your crash course was super helpful 😊
@troyschwartz7438
@troyschwartz7438 3 ай бұрын
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-kw8yg
@KunalKumar-kw8yg 7 ай бұрын
This was wonderful. Helped me a lot ❤❤❤
@BStrick75
@BStrick75 7 ай бұрын
Great job so far. I'm an hour in. :)
@jonathanperez2603
@jonathanperez2603 Ай бұрын
Amazing course!
@reirvk
@reirvk 7 ай бұрын
Thank you
@clim9742
@clim9742 4 ай бұрын
This was a great crash tutorial. Thank you, Alex!
@antoniofcable
@antoniofcable 5 ай бұрын
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.
@sidman1505
@sidman1505 6 ай бұрын
ধন্যবাদ দাদা। আপনার দ্বারা খুব ভাল ব্যাখ্যা
@randisa3600
@randisa3600 6 ай бұрын
Yeah im done, im trying error and finally im done, The new syntax gave me errors but i finally solved it... Thanks...
@arjunsemwal02
@arjunsemwal02 2 ай бұрын
One of the best tutorials i've seen♥, thanks brother for sharing such a great and in-depth tutorial❤
@-freethought-Librepensee-xf6sn
@-freethought-Librepensee-xf6sn 7 ай бұрын
Thank you very much , 4 hours and wooow everything is clair
@mihaichildesco8276
@mihaichildesco8276 5 ай бұрын
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! 💪💪💪
@webdevyaros
@webdevyaros 9 ай бұрын
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
@DREBO-z8c Ай бұрын
Bro you're legitimately a really good teacher
@mihaioprea9398
@mihaioprea9398 5 ай бұрын
Great crash course! Very helpful!
@magassakardigue4188
@magassakardigue4188 7 ай бұрын
thank you very much
@vishnuprasad6202
@vishnuprasad6202 3 ай бұрын
Great Tutorial!!!!
@FrancoisKABORE-or3su
@FrancoisKABORE-or3su 3 ай бұрын
Realy nice tutorial to learn Angular
@gopikrishnag41
@gopikrishnag41 4 ай бұрын
So excellent tutorial & thx a lot 💪🙏
@Bongytech
@Bongytech 8 ай бұрын
Great video 👌🏾
@alimeme4197
@alimeme4197 7 ай бұрын
the best course ever!! thank you so much
@BloodyJanio
@BloodyJanio 9 ай бұрын
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.
@thingsiwishiknew8592
@thingsiwishiknew8592 5 ай бұрын
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
@WillServices
@WillServices 8 ай бұрын
Getting stuck on Options interface creation... Your autocompletion plugin is sometimes too fast. It is a great tutorial! Thank you very much
@WillServices
@WillServices 8 ай бұрын
@@TUMSonY 🤣🤣🤣🤣 LMAO
@hidden_kat9919
@hidden_kat9919 5 ай бұрын
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 🖤
@manikandand2541
@manikandand2541 9 ай бұрын
Amazing job my friend
@kaleempansota7917
@kaleempansota7917 Ай бұрын
Really loved it❤
@wolfsupernova-fv4jd
@wolfsupernova-fv4jd 4 ай бұрын
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
@wolfisraging
@wolfisraging 7 ай бұрын
Oh man, just perfeccttttt! Thanks for the efforts!
@adrian333dev
@adrian333dev 9 ай бұрын
Awesome content!
@joncharles5817
@joncharles5817 4 ай бұрын
nicely done bro!!!
@babukicoding
@babukicoding 9 ай бұрын
Thanks for this amazing tutorial brother💗
@jayakumar2927
@jayakumar2927 9 ай бұрын
Good one . post more
@unaibarrigon9422
@unaibarrigon9422 8 ай бұрын
getting Cannot read property 'firstCreatePass' of null on 2:07:00, ive followed every step
@wassimmaaoui471
@wassimmaaoui471 8 ай бұрын
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.
@sergiofaheina7796
@sergiofaheina7796 10 ай бұрын
That's gold.
@codedeck
@codedeck 10 ай бұрын
Thank you so much!
@Ruhgtfo
@Ruhgtfo 8 ай бұрын
Best🎉
@Basil22102
@Basil22102 4 ай бұрын
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.
@jediahnaicker
@jediahnaicker 2 ай бұрын
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:
@thuxtk
@thuxtk 10 ай бұрын
This video is great, very educational.
@Taher_M
@Taher_M 5 ай бұрын
Thank you sir
@ryan_gosling800
@ryan_gosling800 Ай бұрын
1:57:21 have some problems with fonts: Failed to decode downloaded font:
@ukaszgzella4022
@ukaszgzella4022 7 ай бұрын
Excellent work bro!
@stathisioan7799
@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_gosling800
@ryan_gosling800 28 күн бұрын
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
@pruthvi7798
@pruthvi7798 7 ай бұрын
True gem for beginners
@ae_armageddon
@ae_armageddon 9 ай бұрын
BROOOOOO, YOU ARE THE BEST IN THE WORLD!!!!
@InfidelityTrueStories
@InfidelityTrueStories 6 ай бұрын
hey buddy congrats chat gpt 4 suggest me your courses . you are on fire 🔥 🔥
@moudjahidinesalissou9011
@moudjahidinesalissou9011 7 ай бұрын
Very grateful
@TerraPasternak
@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_gosling800
@ryan_gosling800 25 күн бұрын
Hello. Were you able to find a solution?
@TerraPasternak
@TerraPasternak 25 күн бұрын
@@ryan_gosling800 hi. negatory
@ol1175
@ol1175 6 ай бұрын
Thanks !!!
@gianni499
@gianni499 9 ай бұрын
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!!
@codedeck
@codedeck 9 ай бұрын
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.
@gianni499
@gianni499 9 ай бұрын
@@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!!
@indibizz1724
@indibizz1724 3 ай бұрын
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
@Thiagomsm
@Thiagomsm 9 ай бұрын
God bless your heart. Just what I needed, thanks man.
@rabaya99
@rabaya99 9 ай бұрын
Better tutorial ever😃
@shamsundar1675
@shamsundar1675 10 ай бұрын
Finally found a complete course on Angular 17. Thanks bro for this tutorial.
@jeromesnail
@jeromesnail 9 ай бұрын
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
@codedeck
@codedeck 9 ай бұрын
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.
@jeromesnail
@jeromesnail 9 ай бұрын
​@@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étique
@LaLucarneCybernétique 9 ай бұрын
@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.
@azimeraw24
@azimeraw24 3 ай бұрын
Nice, thank you and could you also do video about ngrx?
@lilimartins9446
@lilimartins9446 9 ай бұрын
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?
@codedeck
@codedeck 9 ай бұрын
It's GitHub copilot! Incredibly useful extension, I think I mention it in the beginning of the video as well.
@tezzy9486
@tezzy9486 5 ай бұрын
bro your are incredible
@peteroganwu951
@peteroganwu951 4 ай бұрын
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.
@nadetdevfullstack7041
@nadetdevfullstack7041 9 ай бұрын
Excellent
@ranuthdassanayaka713
@ranuthdassanayaka713 9 ай бұрын
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.
@kavindugunasekara448
@kavindugunasekara448 9 ай бұрын
which architecture you use for this project ,MVC or SOA?
@Nani-cf3sw
@Nani-cf3sw 6 ай бұрын
Even the length of video increases but it keeps clarity for users. So don't think about length of video. Anyway good video.
Angular Crash Course | Learn modern Angular in 90 minutes
1:29:09
Code with Ahsan
Рет қаралды 25 М.
React vs Angular in 2024
9:00
Kodaps Academy
Рет қаралды 68 М.
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 12 МЛН
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 20 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 33 МЛН
MERN Stack Tutorial with Deployment - Beginner's Course
2:16:26
freeCodeCamp.org
Рет қаралды 184 М.
Angular Crash Course
2:01:32
Traversy Media
Рет қаралды 1,4 МЛН
Angular 19 is a BEAST of a release!
19:39
Maximilian Schwarzmüller
Рет қаралды 41 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 98 МЛН
Angular 18 is EXACTLY what we needed
9:15
Academind
Рет қаралды 91 М.
Angular for Beginners - Let's build a Tic-Tac-Toe PWA
20:46
Fireship
Рет қаралды 493 М.
Angular Tutorial for Beginners: Learn Angular & TypeScript
2:02:42
Programming with Mosh
Рет қаралды 4,5 МЛН
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 278 М.
Learn Angular A-Z: Complete Tutorial for Beginners
4:21:33
Envato Tuts+
Рет қаралды 193 М.
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 12 МЛН