Component Architecture

In this video:

  • What is component architecture?
  • AngularJS Components
  • One-Way Data Flow

What do we mean by components?

  • Single Responsibility
  • Reuse-able
  • Compose-able
  • Easier to Maintain
  • Easier to Test

Components in AngularJS

  • Shorthand for specific directive
  • Bindings
  • Template or TemplateURL

In Practice

Navigation

Customers

Customers List

One-Way Data Flow

Navigation

Customers

Customers List

One-Way Data Flow

Navigation

Customer Detail

Edit Customer Discount

Update(newValue)

Let's Get Started!

Intro to Component Architecture

By Sam Julien

Intro to Component Architecture

  • 617