FREELessons: 17Length: 1.3 hours

Next lesson playing in 5 seconds

Cancel

Creating Angular Directives

Introduction

02:03

AngularJS is one of the most popular front-end JavaScript libraries available right now. If you've given it a try, you've seen that it has a rather unique take on web applications. Instead of creating text-based templates that you render and append to the DOM, you build a more-or-less regular HTML page, annotating it with Angular directives in order to create a dynamic web application. In this course, you’ll learn how to create custom directives.

We've built comprehensive guides to help you learn JavaScript, AngularJS, and Angular 2, whether you're just getting started or you want to explore more advanced topics.