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
In Angular, everything is a component and uses bindings for processing the web app. In this course, you'll learn how to use components and bind elements.

Objectives

App Components

  • start the course
  • create external template files for components
  • create a component
  • add CSS that is component specific
  • use curly braces for runtime evaluation of template expressions
  • use square brackets to bind html attributes to components
  • bind html events to components using brackets
  • set up two-way data binding between a component and its markup
  • pass input data into a component using the @Input decorator
  • get event information from a component using @Output and EventEmitter

Binding Elements

  • work with class binding to manipulate element classes
  • use style bindings to set simple inline styles on elements
  • avoid null and undefined values in properties and property paths

Practice: Components for Angular

  • create a custom component and manipulate element bindings