Angular 4: Components and Bindings


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
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.

Target Audience
Developers who want to learn how to use Angular 4 to create web apps

Prerequisites
None

Expected Duration (hours)
1.0

Lesson Objectives

Angular 4: Components and Bindings

  • 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
  • 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
  • create a custom component and manipulate element bindings
  • Course Number:
    sd_agad_a02_it_enus

    Expertise Level
    Beginner