
A brief overview of what you'll learn in this course.
How we'll call out vocabulary you need to know during this course.
The course is best experienced in High Definition. Here's how to make sure you're watching it that way.
When building large applications with tools like jQuery, what kind of problems does AngularJS aim to help solve?
The fundamental structural concepts that AngularJS is built on: MVC, MVVM, MV*.
HTML has attributes that the browser knows about, and knows what to do with. However we can take advantage of custom attributes, and store whatever information we desire in our HTML.
What is 'polluting the global namespace', and why is it bad? How do we avoid it?
Most of the rest of the lectures in this course will come with source code. Here's how to grab it.
AngularJS enables you to control the DOM via modules, apps, and controllers -- all without polluting the global namespace.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
A coding concept that AngularJS relies on. What is dependency injection?
A look at our first AngularJS service. The incredibly important concept of scope.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
In Javascript, just about everything is a function. But functions can be converted to strings.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
How does AngularJS accomplish dependency injection? Understanding how will help you use it correctly.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
There are lots of services built into AngularJS, but even more available outside it. How can you easily get and use other AngularJS services?
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
Javascript arrays are loosely typed. They can contain just about anything. Even functions.
AngularJS controllers need to survive minification. Here's how AngularJS accomplishes that.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
Our first visual AngularJS code. Now that we understand scope, let's use it to output content to a page.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
One of the best parts of AngularJS is two way data-binding via directives. Here we'll give it a try.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
AngularJS relies on the Javascript event loop. What does that mean?
AngularJS extends the Javascript event loop, and adds watchers and something called the digest loop. Let's examine it.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
Let's discuss some directives you'll use all the time in your AngularJS apps.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
Let's look at even more AngularJS directives.
Here we'll talk about a core concept vital to all modern web applications.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
Here we'll talk about a sending and getting data to and from a server via the AngularJS http service.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
Up to now we've only seen one controller with one view. But AngularJS allows for more than that.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
What is the hash, and why is it so useful for single page applications?
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
How AngularJS uses the hash to help us build single page applications. This is all about AngularJS routing.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
Our breakdown of AngularJS routing and single page applications continues.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
To understand AngularJS services, you have to understand the concept of singletons. What is a singleton anyway?
We'll create our first AngularJS custom service, and use it in our single page application.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
HTML5 has introduced a concept that isn't fully flushed out, but important to understand: Web components.
AngularJS does some interesting things with attribute and variable names. Why, and what do you need to know?
We create our first custom directive in AngularJS, and understand the syntax behind it.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
What if our directive template gets large? Here's what to do using the 'templateUrl' property of our custom directive.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
We dive into isolated scope in AngularJS custom directives. We'll start with @ and one-way text bindings.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
More about isolated scope in AngularJS custom directives. We discuss = and two-way bindings.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
We finish up isolated scope in AngularJS custom directives, and talk about & and functions.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
Using a custom directive inside an ng-repeat.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
What does 'compile' mean (and do) in an AngularJS custom directive? And what about pre-link and post-link?
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
What does the 'link' property mean in an AngularJS custom directive?
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
We dig into the word 'transclusion', and understand what it means in AngularJS custom directives.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
It's time to start our first, full-featured AngularJS single page application. Let's build a weather forecast app!
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
We add a custom service to our weather forecast AngularJS single page application.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
We add some data to our weather forecast AngularJS single page application, by retrieving it from an API!
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
We continue adding data to our weather forecast AngularJS single page application.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
We convert some of our code into a custom directive, reusable inside our AngularJS single page application.
This lecture contains downloadable source code. Download the file below and unzip (or extract) it.
A quick personal side note, less than 60 seconds, on leaving a course review.
We'll help the UX of our SPA by coding the app to respond to the 'enter' key instead of just clicking a button. We'll do this with the help of ng-submit.
We'll improve the architecture of our SPA by pulling the API call portion of the code into it's own custom service.
The popular alternative to $scope, 'controller as', and when and why to use it.
The first update on how to be ready for AngularJS 2.0 in 2016 and beyond.
Includes information on the next version - AngularJS 2.0!
Knowing AngularJS can get you a job or improve the one you have. It's a skill that will put you more in demand in the modern web development industry, and make your web software life easier, that's why it's so popular and backed by Google.
This course will get you up and running quickly, and teach you the core knowledge you need to deeply understand and build AngularJS applications - and we'll build a single page application along the way.
We'll design custom services, build custom directives, understand two-way binding, design a weather forecast app as a single page application, and lots more. Both starter and finished source code is provided as we go.
Reviews
"Best course I have ever seen" "Best intro to AngularJS on Udemy" "A fresh way of teaching AngularJS" "One of the best courses on Udemy that i took if not the best" "Best teacher I have had on the internet by far" "I...have taken lots of angular courses and I think this is the best one so far" "The best teaching style I've seen so far"
If you are new to AngularJS, or if you've been working to learn it but sometimes feel like you still don't quite 'get it', this is the AngularJS course for you! To learn AngularJS you have to understand it.
I've built the course that I would have wanted to take when I was learning AngularJS. A course that explains the concepts and how they're implemented in the best order for you to learn and deeply understand them.
In this course you will:
AngularJS doesn't have to be hard to learn. The biggest mistake most coding tutorials make is expecting someone to learn simply by imitating others' code. Real world situations are never exactly like the tutorial.
I believe the best way to learn is to understand how a tool works and what it does for you, look at examples, and then try it yourself. That's how this course is built, with the goal to help you both learn and understand AngularJS.
Note: In this course you'll also get downloadable source code. You will often be provided with 'starter' code, giving you the base for you to start writing your code, and 'finished' code to compare your code to.