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 inAppComponent, our ... 
 Ask