I have been absent since Angular 7, so this video is a nice refresher, really appreciate it !
@Yassine-go7zx4 жыл бұрын
Happy to see that this video has been a good refresher.
@JZ386Mr2 жыл бұрын
You did a great job going through the app. Works great. Thanks
@santhoshkumar81434 жыл бұрын
your first video is simply the best
@paullopez_ai3 жыл бұрын
Excellent overview and explanation. Thank you!
@makx3032 жыл бұрын
Quick thought! at 30:45, when stating the type of variable, if you get an error, you should put a ! symbol on the variable name. In this case we utilize the ! symbol to indicate that we are aware that "rates" is not initialized in the constructor and we will handle it elsewhere. Should look like: rates!: { [key: string]: number; }; hope it helps
@makx3032 жыл бұрын
Also if u want to use another currency api the get response might actually be completely different, be sure to check out and type in ExchangeRatesResponse the correct response.
@aminemazigh59824 жыл бұрын
I'm just starting to learn angular, this is a very helpful introduction. Keep going man!!
@Yassine-go7zx4 жыл бұрын
Thx
@Monzeobe4 жыл бұрын
Very thorough, I sent this video to a few friends who are starting in web development! Nice work!
@khageshoffice20814 жыл бұрын
This is your first tutorial video and It's already amazing. It cleared lots of thing for me. Thanks man keep it up.
@YouTubeisZionistTool4 жыл бұрын
Your 10th Subscriber here... please do more.. advanced features of Angular with more real-time applications. Thank you !!!
@Yassine-go7zx4 жыл бұрын
Thank you, It is exactly what we are thinking to do for our next video. Use a complete Reactive Stack to make a real-time app.
@YouTubeisZionistTool4 жыл бұрын
@@Yassine-go7zx thanks a lot 👌
@mitchel33924 жыл бұрын
Really nice intro to Angular! A lot of the tutorial content (besides the docs of course), including Udemy courses, have a lot of outdated stuff in it. Since I just started learning Angular and took notice of the different versions out there, I wanted to be sure to get the latest syntax down. Thanks!
@bilalelmalki73614 жыл бұрын
Glad that you made a tutorial for angular 10. Great video!
@Yassine-go7zx4 жыл бұрын
Thank you
@Nerpson3 жыл бұрын
Although the audio quality isn't perfect, the content of this course is very well adapted for programmers who quickly want to get introduced to Angular and discover key features.
@pairdeskdeveloper43063 жыл бұрын
Thank you for the feedback. We will improve our audio next time.
@1993tote4 жыл бұрын
I really enjoyed with your tutorial, keep doing that bro. Also you explained everything so good, so it was easy to learn it. You got another sub! I'll be waiting more videos
@subhashnaik15083 жыл бұрын
Really liked this video thanks, clear and concise
@noriking14673 жыл бұрын
This is great man, very clean explanation, thank you very much ! Hope u can cover more advanced concepts on angular !! :D This is just in time as I have to learn angular for my project
@pairdeskdeveloper43063 жыл бұрын
Thank you for your precious feedback. My next video is going to be about reactive programming with RXJS.
@noriking14673 жыл бұрын
@@pairdeskdeveloper4306 Niceeee, looking forward to it ! :D
@JoeMarGonzales3 жыл бұрын
Thank you for this my good sir, you taught the important stuff which can serve as foundation for further learning. Helped me a lot as a beginner.
@mihaistanica57133 жыл бұрын
That's a great quality tutorial. Great job!
@adamcoots19203 жыл бұрын
Very concise and helpful, thank you!
@pinz343 жыл бұрын
Great video, thanks!
@meraku93903 жыл бұрын
this is very good. much better than udemy ones. wish you made more.
@nicogarcia73024 жыл бұрын
Great video Yassine! It was very helpful. I've just subscribed, thank you so much!!
@ProphetofBelial3 жыл бұрын
great vid. would love to see a more complex tutorial from you
@macaronitoucarni42364 жыл бұрын
Great video 😁
@11247754 жыл бұрын
Wonderful! It was a great help!
@pairdeskdeveloper43064 жыл бұрын
Thank you Zakaria!
@nushankodikara4 жыл бұрын
That's great you helped me create my first angular project ❤️
@milanuric85124 жыл бұрын
Great job, made things way easier
@jaswindersingh21434 жыл бұрын
Decomposition of components into more smaller modules. When can you make a video on such projects? That is the real implementation of angular as for bigger project angular is very helpful and in such projects we need multiple modules.
@Yassine-go7zx4 жыл бұрын
You are right. When we deal with a bigger project, we can organize our app with multiples modules. My next video is going to be about the backend framework NestJS. But, thank you for the suggestion. I will maybe also a video about Angular modules.
@jaswindersingh21434 жыл бұрын
Yes, because we can have a simple application even with simple html or any light weight framework. But when we think using angular is in enterprise software and that always are way complex and need multiple module structure.
@edyadnanekamil51653 жыл бұрын
Toooop cousin ❤️❤️
@philiphjelmberg5923 жыл бұрын
Hi Yassine! Thank you for a really cool project! Im totally new to Angular since im studying Frontend at the moment. Im trying to make as many possible projects as possible to get into the work flow. However. I am struggling with a part of you code: rates: {[key: string]: number}; "Property 'rates' has no initializer and is not definitely assigned in the constructor" Ive been looking at the code and tutorial for 20 hours now but cnt figure it out. Got any ideas? :)
@caroltaylor32304 жыл бұрын
Amazing tutorial!
@henrypowell34963 жыл бұрын
awesome tutorial brother :)
@KelTV298 ай бұрын
how come my "Currency Converter" and "About" navigation links are not clickable? I have the same codes as what you have in the video.
@akashchauhan67844 жыл бұрын
❤️❤️❤️
@lucastavares2064 жыл бұрын
I got one question. A few years ago i tried to follow an Angular tutorial, but couldnt finish it because the versions were different, and the way the programmer was actually coding no longer worked for the version i was using. I guess it was an Angular 7 tutorial, and i was using Angular 9. So, this happens frequently in the Angular world?
@lalithyagnavalkya99004 жыл бұрын
really good tutorial thanks !
@raysun50273 жыл бұрын
Thank you
@antoniomarshall24264 жыл бұрын
Very nice explanation for beginners. Can you give me a good NGRX video?
@pairdeskdeveloper43064 жыл бұрын
We will probably make a dedicated course about NGRX. But in the meantime, you can watch this one kzbin.info/www/bejne/anzXoKSKg9J4nJo.
@leomonz3 жыл бұрын
This is very helpful.. So where is the Next "Pipss", "Components Communication", "RXJS"...?
@ifeanyielvisokeke1214 жыл бұрын
Hello pair, I am learning software development and your video is helpful to me. Is it possible to secure a junior angular developer role from your platform? Thanks for your time
@pairdeskdeveloper43064 жыл бұрын
Yes, Sign up! I have your info to contact you :)
@ifeanyielvisokeke1214 жыл бұрын
@@pairdeskdeveloper4306 thank you so much. I'll keep on learning then I will register to your platform. Please do more videos. Thanks.
@ifeanyielvisokeke1214 жыл бұрын
@@pairdeskdeveloper4306 please is there a way I can reach you? I'm having some challenges with my code and again I signed up to your platform but the link to verify my account is broken.
@pairdeskdeveloper43064 жыл бұрын
@@ifeanyielvisokeke121 pairdesk.com/contact-us
@shanewhite3523 жыл бұрын
shit got stuck at "ngModel" isn't a known property of 'input', what the heck is this and how to solve it? how to install ngModel from terminal? "ng add ngModel" does not work
@skrilecmarko3 жыл бұрын
I assume you did not import FormsModule from @angular/forms in app.module.ts