From the course: Learning Angular

Unlock the full course today

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

What is Angular?

What is Angular? - Angular Tutorial

From the course: Learning Angular

Start my 1-month free trial

What is Angular?

- [Narrator] Before we get started, let's take a quick look at what Angular is so that you'll get an idea of what you'll be learning in this course. Angular is an application framework, which means a way of structuring your code that makes it easier to build applications using web technologies. There are two versions of the Angular framework: Angular One, also known as Angular JS, and this version of Angular, which means anything after Angular One. Now that means anything greater than Angular Two, and currently Angular is on version five. Now, Angular itself, not Angular JS, is a component-based framework, which means that the way you build code is by creating small pieces of code and then connecting them together. Each piece can contain its own scripts, templates and CSS, and can talk to other components. Now, the Angular framework itself is considered to be a modular framework, and that means that you don't just build small components yourself, but that in order to use different…

Contents