Creating a New Project
In this lesson, we'll create a new project for learning directives.
We'll cover the following...
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
During the setup process, you’ll be asked to configure the project. Go with the default settings.
Installing Bootstrap
After installing the project, navigate to the newly created directory, and install ...