From the course: The DOM in JavaScript, jQuery, AngularJS, and React

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Angular application structure

Angular application structure

From the course: The DOM in JavaScript, jQuery, AngularJS, and React

Start my 1-month free trial

Angular application structure

- [Instructor] AngularJS is an open source JavaScript framework that is used to create dynamic web applications. It uses this MVC or this model view controller framework. And it's written in JavaScript, so it's a JavaScript library that's built on top of JavaScript and jQuery. This means that you can have both traditional JavaScript and jQuery code inside Angular and you have no problem. Now right out of the box, Angular comes with many, many, built-in features, most notably its two-way data binding process, which is really important and really interesting, we'll see in a minute here. Other features include a template in directives from validation services and routing. Now, what I have here is a really simple AngularJS app. It doesn't have all the features built into it, features like the filter, routing, and services, which are beyond the scope of this course, but it does have some sufficient features to illustrate the life cycle and the anatomy of the AngularJS application. So let's…

Contents