1. Understanding Angular and ASP.NET Core MVC 2. Getting Ready 3. Creating the Project 4. Creating the Data Model 5. Creating a Web Service 6. Completing the Web Service 7. Structuring an Angular Application 8. Creating the Store 9. Completing the Angular Store 10. Creating Administration Features 11. Securing the Application 12. Preparing for Deployment
The author takes you step by step through to create a complicate a CRUD application. He structures the book chapters out well, gradually expanding an application and introducing different concepts in Angular.
It helps current asp.net core developers who want to learn angular and typescript and want a more practical project example than other books.
The docker requirement is easy to use local SQL installation instead by changing the connection string. Getting started with the source code from the book is easy.
The source code for the project is on github https://github.com/Apress/esntl-angul... He also listed on github the book code changes if you wish to upgrade from ASP.NET Core 1 to ASP.NET Core 2 which was not released at the time the book was published.