Book Image

Learning AngularJS Directives[Video]

By : John Munsch
Book Image

Learning AngularJS Directives[Video]

By: John Munsch

Overview of this book

<p>It can be hard to maintain a balance between visual elements of an application associated with HTML and CSS and aspects such as UI Interaction and form validation. Wouldn’t it be great if you could use HTML as your own domain specific language (DSL) and have it be a custom thing tuned exactly to the elements and attributes you need for the project you’re building?</p> <p>AngularJS provides this exact solution by separating these two features so that you can make changes in the visual layout without affecting your code. Backed by directives, AngularJS will help you to add functionality to HTML so that you can build interactive, engaging web applications.</p> <p>Directives help you to extend your HTML and teach it new tricks to visually enhance your websites without compromising your code. This video course covers everything you need to use directives in your own apps, from creating directives to isolating their scope, applying transclusion, and injecting dependencies.</p> <p>Firstly, we will learn how to include HTML snippets in our code using directives and create a directive to start working with it. We will use isolate scope to configure our directives individually and style them. Next, we will take a look at different operators to bind functions and make our directives interactive. We will explore the concept of transclusion and apply it to make our code more effective. Once we’ve done this, we will restrict our directives to be used as an element, attribute, class or a comment according to our needs. We will also discover the difference between link and controller functions and inject dependencies to create testable components and co-ordinate our directives to work together. By the end of this course, you’ll be proficient with creating and using fully functional directives to your advantage.</p> <h1>Style and Approach</h1> <p>This course explains the various concepts of AngularJS directives step-by-step, with a hands-on approach and examples to help you understand and use directives in your code.</p>
Table of Contents (3 chapters)
Chapter 3
Putting the Pedal to the Metal
Content Locked
Section 3
Drawing Our Racetrack
Putting the Pedal to the Metal - Drawing Our Racetrack