James Aitchison

Results 2 comments of James Aitchison

As the error states, you need to include a reference to the Typescript files that are imported by angular2-logger so TypeScript is aware of them. Edit the tsconfig.json (or tsconfig.app.json...

Spent all afternoon trying to figure this out too, but I have a solution: Add the following middleware: ```ts // RawBodyMiddleware.ts import { Request, Response } from 'express'; const RawBodyMiddleware...