Search⌘ K

Creating a New Project

Explore the steps to create a new Angular project configured with routing and Bootstrap for styling. This lesson guides you through setting up the project structure to support modular application design.

We'll cover the following...

It’s time to learn about modules. Modules are a way to group a set of components that share a common purpose. They’re a great way to organize an application by feature. We’ll dive more into it throughout this section. First things first, let’s create a new project.

New project with routing

We’re going to be ...