Learn Angular 7 in 50 Minutes - A Free Beginner's Crash Course

preview_player
Показать описание
Today's Question: Which do you prefer? React, Angular or Vue?
-- Angular 7 just released and as always, I'm putting out a rather robust angular 7 tutorial (or small crash course!) that will introduce beginner's to this awesome frontend framework. You're going to learn about the basics behind Angular 7 while building out a simple project.

Here's what you will learn:

- Installation & the Angular CLI
- Templating
- Styling
- Components
- Event binding
- Property binding
- Services
- HTTP Client
- Forms
..and more

The skills necessary to follow this course:

- HTML & CSS Understanding
- Basic JavaScript knowledge

Github repo for the project in this tutorial:

- - - - - - - - - - - - - - - - - - - - - -

Subscribe for NEW VIDEOS!

^-Chat with me and others

- - - - - - - - - - - - - - - - - - - - - -

Come to my discord server or add me on social media and say Hi!
Комментарии
Автор

Enjoy this and want more? Subscribe! -- My answer for today's question: Lately, I've been loving Vue / Nuxt.js. Look for more tutorials shortly on Nuxt.js! You?

DesignCourse
Автор

9:40 Generate Component
18:30 Routes
22:25 Events
29:15 Service
38:53 Forms

EoLienFive
Автор

I used to work with Angular. But now is a React developer. Somehow I still like Angular.
I found Angular is used for more enterprise web app as it is a framework with structures and its own way.
React is library and quite flexible. Good for startup.

dannieo
Автор

Hey Gary, To be frank, I really didn’t had any idea how to start with and other stuffs which are explained in the video.
I just loved it and it was really easy to understand.
Thanks for making this video.

shubhammishra
Автор

If you encounter "Property 'data' does not exist on type 'Object'" error, change Object to any:

users: any;


Thanks

yontenjamtsho
Автор

I'm so glad that Hawkeye can explain code so clearly.

elathiaskade
Автор

vue > react > angular. Here cause my work uses angular.


UPDATE: I might like angular more than react now. Services are real cool and can help a front-end developer understand back-end code, in the event they would need to, because of this practice.

joshuam
Автор

On 26:10 remember to delete the last ", " from "home.component.html" because it's not gonna work.

<h1 [ngClass]="{
'gray': h1Style,
'large': !h1Style
}">Home</h1>

avuifasol
Автор

I don't like React, but I really like Angular and Vue. Maybe a little preference for Angular, but very little. I used Angular 6 with RxJS to build a Website and the experience was really pleasant.

Age_of_Apocalypse
Автор

Nice !
I watched in 1.5x speed and understood your english, thank you !

caiohenriquenardes
Автор

I personally prefer the Angular frontend framework. I was looking to learn about model-driven or reactive forms in Angular, when I came across this tutorial, and it is shown in such an easy-to-understand way that my concept on the topic is absolutely clear now. Thanks Gary.

priyamganguly
Автор

Excellent tutorial, I love how you will type something and then explain what it does.

dylanhughes
Автор

Hey Gary Simon,
Your Angular Course is Superb and Excellent for the begineer

rameshbabuj
Автор

Angular for a bunch of reasons.
It comes with everything I need
Routing ...etc
Great cli
Awesome project structure
And so more ....

faresgeek-dz
Автор

just started learning Ng6 now Ng7 is here 😋😊😁

InderpreetSinghJolly
Автор

Great tutorial!

As a total beginner, I would like to see more tutorials expanding on this - like working with APIs by sending requests based on user input (like search), working with elements built from data retrieved from those requests, etc...

zvucnjak
Автор

It was the best tutorial I've seen about Angular, now I really learned a lot with this video, Thanks!

skyline_
Автор

Tried out so many tutorials, this one is the best so far. Easy to understand, concise and everything needed to get started :)

tanmayvij
Автор

I prefer Angular because it is what my clients want and what I've been using for 6+ years. React and Vue are also great JS packages, I've just focused on and had a lot of work with Angular. Thanks for this crash course, it is a great refresher and intro to some new ways to do things.

HaakonHestness
Автор

I am glad that I found this video in a lot of other videos. It is clear and direct

natalyshulzhenko