Chapter 12. Developing the blockchain client in Angular

This chapter covers

  • Reviewing the code of the blockchain web client in Angular
  • How to run an Angular client that communicates with a WebSocket server

In this chapter, we’ll review a new version of the blockchain app, where the client portion is written in Angular. The source code is located in two directories: client and server. But these are two different projects now, with separate package.json files, whereas in chapter 10, these directories were part of the same project. In real-world apps, the front- and backend apps typically are separate projects.

The code of the messaging server is the same as in chapter 10, and the functionality of this version of the blockchain app is the same ...

Get TypeScript Quickly now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.