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

SkillSoft Explore Course

IT Professional Curricula     Web Design Solution Area     Scripting and Web Languages     Angular 4
Most web app development focuses on taking data in and then processing or displaying that data in another format. Angular uses pipes to take in data, transform it, and then output it in the necessary format. In this course, you will learn how to use some common built-in Angular pipes and how to create custom pipes.

Objectives

Pipes

  • start the course
  • convert text case of a string
  • display data in JSON format
  • display data using a currency format
  • slice strings and lists before displaying them in a template
  • format and manipulate the display of dates using the date pipe
  • create and use a custom pipe

Practice: Pipes for Angular

  • use and create pipes for an Angular app