Conclusion and next steps

In this tutorial, we have seen how to build a small application end to end using Express for our rest API server, and Angular for the frontend. We have seen how to inject services into components and display data using the angular templating engine. 

In the next session, we will finish our tutorial by introducing NGRX to manage our application state.