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...
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 ...