4. Hiểu biết và sử dụng Angular Components - ngnam/angular-up-and-running GitHub Wiki

Components—A recap

Định nghĩa các thành phần một Component

  • Selector
  • Template
  • Styles
  • Style Encapsulation
  • Những thành phần khác (Others)

Components and Modules

Input and Output

  • Input
  • Output
  • Change Detection

Vòng đời Component (Component Lifecycle)

  • Interfaces and Functions

View Projection

Phần kết luận

Thực hành