Introduction to Angular

preview_player
Показать описание
Learn how to develop multi-platform web applications with Angular, and build an app from the ground up. This workshop is a great choice for developers new to Angular.

Resource:

Speaker: Mark Thompson

Watch more:

#GoogleIO
Рекомендации по теме
Комментарии
Автор

I've seen probably a couple hundred hours of coding tutorials/demos over the years, and this is one of the best I've seen. The guy is such an effective presenter, the pace was good, and all sorts of little presentation choices (from mentioning that "ng" stands for angular to using a high contract code editor theme) were clearly done with care. I haven't used Angular in a few years, so this was a good primer for me to shake the dust off and learn a little of what's new in the last few versions.

jacobstamm
Автор

Finally not a gaming+angular video.
Maybe this time, some other channels will understand that those game-streaming angular videos are not what a enterprise level development tool needs.

josepalacid
Автор

Love Mark Thompson's enthusiasm and clear explanations - what a great primer app!

dbroche
Автор

Excellent introduction! The teacher did a great job moving at a steady pace that felt just right. It's not easy to pack this much info under an hour in an understandable way. Will definitely share this with the newcomers to Angular that I know. :)

Thanks for creating this video!

ewwitsantonio
Автор

thank you for a great tutorial. you hit essential elements that will help me keep going.

EnTransic
Автор

Thank you so much for this great introduction to Angular. Love explanations. Good Job !

Sebastien-rtzc
Автор

Mark Thompson, you are wonderful!
Awesome video - thank you.

erandro
Автор

Thank you for this awesome tutorial! One little problem which I have had to solve by myself, was how to clear the detailed location when user wanted to search for another location. I've created another event for that and passed it up to the parent component. A bit of struggling did me good! :) Also, my app is different to yours as I wanted an extra challenge while following your tutorial. :) Thanks again

poligera
Автор

Just some thoughts:

- Curious, isn't the use of main tag redundant? I've seen it automatically added at compilation?

- Maybe for beginners it would be better to inlineStyles and inlineTemplate by default since it's such a small project.

- Like the brief intro to interfaces

TayambaMwanza
Автор

Great tutorial, informative and easy.

Latif
Автор

Just starting and as an old objective c coder, I rather like the Angular MVC model rather than how React works .

sqwert
Автор

I would love this intro tune as a phone ring. :)

TuxND
Автор

This does not work for me. I guess it's too old now? I have the latest version of Node (20.11.0) and the version of Angular (13.2.6) inside this project is constantly complaining that it doesn't support this version of Node, so nothing will compile and run. "ng serve" gives me about 200 red lines of errors.

I have Angular version 17.2.1 installed on my computer, and that DOES support Node version 20.11.0, so how do I make this project use the newest version of Angular? And will it break the project if I try to upgrade? I'm thinking it probably will... So what can I do?

LMacNeill
Автор

Apparently, before you can write down app-housing-list you need to import in the parent component (i.e the app in the case), otherwise it is not found. I'm assuming the tools you're using make that autoamtically for you, cause without the (poorly rated) plugin you're using, I had to figure it out and correct it manually. Probably not the best way to teach beginners...

daviddesvaux
Автор

Please update the angular version in git repository

timecraftedwealth
Автор

The tutorial is very good but the VSCode theme is hurting my eyes

pepew
Автор

It's a shame I can't read the code on my phone screen. And so much blank space waisted!

josepalacid
Автор

Most of the basic things were not indicated and did not show how they did certain things, customizing the header and also importing components to the app.components file.

kwameagyemang
Автор

Can I get the GIT Link for this code, for better understanding?

boyajayanthi
Автор

I miss C and x86 but i guess Angular is easier to build apps with

dmath