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 5 Updates and Components
Angular 5 is an update to Angular 4 that contains some very powerful new features and capabilities, as well as several bug fixes. In this course, you will learn about the new features of Angular 5.

Objectives

Introducing Angular 5

  • start the course
  • describe the new features of Angular 5 and the features that are deprecated from previous Angular versions
  • use i18n in an Angular 5 app that is compiled ahead of time
  • use i18n in an Angular 5 app that is compiled just in time
  • use i18n in an Angular app to provide singular and plural translations
  • work with the updated currency, percent, and date pipes
  • define multiple names in exportAs to support backward compatibility
  • configure and use the new Router Activation Start/End Events
  • use the new min and max directives for form input validation
  • recognize and work with the new NgTemplateOutlet API
  • create a reusable component for doing lookups using the NgTemplateOutlet API

Animation Changes

  • work with the Animation aliases :increment and :decrement
  • work with the improved @.disabled property and improved error handling for Angular 5 animations

HttpClient Improvement

  • perform HTTP operations using the HttpClient API rather than the HTTP API
  • use the new interceptors provided by HttpClient

UpdateOn Changes

  • work with updateOn to delay form validation for template driven forms
  • work with updateOn to delay form validation for reactive forms

Service Workers

  • use Angular CLI to set up an app with service worker support
  • set up caching of external resources and data

Platform Improvements

  • perform a lazy load of an Angular module

Practice: Angular 5 Development

  • use the new features and capabilities of Angular 5