5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Collections     Developer Collection     Scripting and Web Languages     Angular 4 Application Development
Angular uses a rich set of directives for manipulating DOM elements and templates. In this course, you will learn how to use the Angular built-in directives and, in particular, you will learn about the flow control directives.

Objectives

Built-in Directives

  • start the course
  • set multiple classes on elements using ngClass
  • toggle element rendering based on a condition
  • set multiple styles on elements using ngStyle
  • display one element tree from a set of multiple possible trees
  • use ngFor to iterate over a list or an object's contents
  • use the ngFor directive along with an index value
  • optimize ngFor performance by providing a tracking function
  • modify html layout using templates
  • create and use a custom attribute directive

Practice: Directives for Angular

  • use Angular directives