Angular Crash Course

preview_player
Показать описание
Learn Angular fundamentals in 15 minutes!

Contents:
1. Generate the app using ng cli: 00:00
2. Add UIkit CSS framework and update the default page 01:16
3. Add custom CSS: 02:42
4. Add routes with custom components: 03:22
5. Use *ngFor and *ngIf directives in a template with string interpolation: 06:10
6. Native property binding: 07:52
7. Native event binding: 08:30
8. Passing data between components: 09:37
9. Fetching data using HTTP client: 11:45
10. Deploying your Angular app to cloud: 14:50
Рекомендации по теме
Комментарии
Автор

This is what I call a crash course! Sometimes you just need to go over a bunch of information in a very short amount of time. Thank you!

hebrux
Автор

This was one of the most helpful tutorials when it comes to learning how angular works at a slightly higher level. Other tutorials focus a lot on syntax but don't give a proper overview of how components interact with each other and how data moves. Top notch stuff!

ItsBhavyaPatel
Автор

I think this is the quickest tutorial so far which covers the basics of angular app. Thumbs up :)

vaibhavsharma
Автор

great intro! this was exactly what I needed

ALLCAPS
Автор

Teach us how to navigate as quickly and efficiently as you do. This is wizardry to me.

Circumvenscion
Автор

Angular = Microsoft Technologies (Typescript, Reactive Extensions RxJs) + Google Software Engineering Skills !

hansschenker