5 - 6
Angular is basically a collection of Components brought together within modules. The many tools, such as the Angular CLI, allow you to easily create Components. The key to understanding Angular is understanding how Components interact with each other through Services, Inputs, and Outputs. It's also essential to understand the basics of styling components and how CSS is shared so you can make your application look the way you want.
This course will step us through creating a simple Angular application starting with the Angular CLI. We will build out a few components that will handle events through Angular Event handlers. The course will then finish up with styling the application.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
This is not really an intro to Angular its more of quick tips and tricks or Angular.
it was quite detailed and accurate.
Good introduction but videos are deprecated lol..
This was super helpful to dip my toes into the basics - thank you!
Thanks, that was a really great introduction to Angular!
I'm more of an intermediate Angular user but I decided to give this a go to get a refresher on some basic concepts. The course itself is simple and to the point, perfect if you want to get a feel of what Angular is capable of. One thing that bugged me a bit is how it kinda ends abruptly... Makes you wonder if there are videos missing or not uploaded yet, I don't know if that has more to do with the way egghead asks for their courses, though. I'm probably too used to time-padding from other sites.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.