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:
npm run services:hello
npm run client:hello
To see the simplest example for a service and the service consumer, see:
To run the example:
npm run services:hello
npm run client:hello