The Angular Action Series is currently in a state of flux. Instead of explaining concepts at length, the series focuses on applications and uses easy-to-understand examples to help you understand common concepts.

chapter

  • Angular CLI

  • Creating a Component

  • Beautify components with CSS

  • Property and event binding

  • Component communication (@input and @Output)

  • Creating a Directive

  • Creating a Service

  • Create a Pipe

  • Create a form

  • Router Navigation

  • Animation (Animation)

Examples of this series of articles can be downloaded here: Github

git clone https://github.com/IronPans/angular-demoCopy the code

Once downloaded, the following steps are required to start the project:

  • Open a terminal
  • Enter the following command
cd angular-demo
npm startCopy the code

Of course, you need to install @angular/ CLI first. If you haven’t already, see Chapter 1 Angular CLI.

Angular4 Development