Angular 9 is in pre-release! Read about its new features in this article and how to update to the latest Angular version in this article.
You can also get our Angular 8 book for free or pay what you can.
This tutorial is designed for developers that want to use Angular 9 to build front-end apps for their back-end REST APIs. You can either use Python & Django as the backend or use JSON-Server to mock the API if you don't want to deal with Python. We'll be showing both ways in this tutorial.
Check out the other parts of this tutorial:
Adding Routing Building Navigation UI Using Angular Material 8
This tutorial deals with REST APIs and routing but you can also start with basic concepts by following this tutorial (part 1 and part 2) instead which you'll build a simple calculator.
If you would like to consume a third-party REST API instead of building your own API, make to check out this tutorial. …
[Read more]