Creating a New Project

In this lesson, we'll create a new project for learning directives.

The next project we’ll work on will display a set of images with pagination. The main focus of this section is to learn about directives. First things first, we’ll prepare a new project.

New project

If you’re running code locally, then you’ll need to run the following command:

ng new directives
...