I'm currently using in-memory-db package (angular-in-memory-web-api) and I'm not be able to make requests like:
api/products/authors --> doesn't work
I should stop at products path, Indeed:
api/products --> works fine
Could you give me any suggestion?
Thanks
api/products/authorsso does it work or does it not...?