From the course: Angular: Creating and Hosting a Full-Stack Site
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Set up an Angular project
From the course: Angular: Creating and Hosting a Full-Stack Site
Set up an Angular project
- [Instructor] Now that we know a little bit more about Angular and some of its benefits let's get started creating an Angular front end for our own project. Now, there are a few steps to doing this, but overall it's a fairly straightforward process. The first thing we're going to do is open up a terminal and I'm using VS Code and VS Code's built in terminal here and inside that terminal, we're going to run the command npm install -g @angular/cli and hit enter and you may need to put the sudo keyword before this command if you get something about permissions like I am here and now we have what's called the Angular CLI installed globally on our computer and what this means is that we can use commands such as ng to perform Angular related tasks, such as creating new projects. So what we're going to do is change directories into the directory that we want to create our actual project into and once we're there, we're…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Why Angular?3m 5s
-
(Locked)
Set up an Angular project2m 4s
-
(Locked)
Angular project structure3m 47s
-
(Locked)
Create your first Angular component2m 55s
-
(Locked)
Routes and routing in Angular9m 45s
-
(Locked)
Add fake data3m 3s
-
(Locked)
Implement the Listings page5m 13s
-
(Locked)
Create a Listing Detail page5m 33s
-
(Locked)
Create a Contact Seller page9m 5s
-
(Locked)
Create a My Listings page4m 27s
-
(Locked)
Create a New Listings page5m 47s
-
(Locked)
Create a Listing Data form3m 57s
-
(Locked)
Create an Edit Listing page11m 14s
-
(Locked)
Create a navigation bar3m 1s
-
-
-
-
-
-
-