my-chat-room/apps/api/src/app
Kevin C. Coram dcb83e8109
Use `import type` to import the Message interface
Use TypeScript 3.8+ `import type` to import the Message interface. This
addresses issues with the type being removed by transpilation, which
thus prevents "export 'Message' was not found" warnings when running
`nx serve api`
2020-10-09 12:38:55 -04:00
..
.gitkeep initial commit 2020-10-09 09:32:53 -04:00
app.gateway.spec.ts Implement client->server chat 2020-10-09 12:21:21 -04:00
app.gateway.ts Use `import type` to import the Message interface 2020-10-09 12:38:55 -04:00
app.module.ts Implement client->server chat 2020-10-09 12:21:21 -04:00
app.service.spec.ts Implement client->server chat 2020-10-09 12:21:21 -04:00
app.service.ts Implement client->server chat 2020-10-09 12:21:21 -04:00