Conclusion on Client-Side

Let's conclude what we’ve learned so far and upload our updated application to GitHub.

We'll cover the following

What have we done so far?

In this chapter:

  • We set up the Angular project that we’ll continue to build on.

  • We created our first component, HomeComponent, and configured its routing. This displayed its view using the <router-outlet> directive in AppComponent, our application’s shell.

  • We then updated configuration files to include Bootstrap and jQuery to style our template inHomeComponent correctly.

Get hands-on with 1200+ tech skills courses.