Recreate the Project App
Explore how to start building your Angular application by creating the home component and configuring routing. Understand the use of Angular CLI commands to initialize the Let’s Get Lunch app, set up routing modules, and prepare your project structure for further development.
We'll cover the following...
To begin, we’ll create our first component. This component will be rather basic, because it’s merely our application’s home page. More importantly, we’ll set up the routing scaffolding our application needs.
Recreate: Let’s get lunch app
Because our previous app was simply an example to illustrate concepts, we’re going to create a new app that we’ll use for the remainder of this course.
Click on the terminal below to connect it.
Then create the new app in the app-code directory using this ng new command.