Introduction
  • What you will learn
  • What you should know
  • Introduction to Angular
  • Setting up Angular development environment
  • Angular project file structure
  • Publishing an Angular project to a GitHub repository
Angular Components
  • What is a component?
  • Creating a new component
  • Generating all application components
  • Nesting components
  • Component lifecycles
Data binding | Displaying data and event handling
  • Introduction
  • Text interpolation
  • Built-in pipes
  • Custom pipes
  • Property binding
  • Attribute binding
  • Class and style binding
  • Event binding
  • Template variables
  • Two-way data binding