Differential Code Examples The simplest example To see the simplest example for a service and the service consumer, see: Hello service at src/services/hello-service.ts Service consumer at src/example-1-simple.ts To run the example: Start the server npm run services:hello Start the client npm run client:hello