I am trying to set up a mock environments as follows inspired by this.
environment.mock.ts
export const environment = { production: fa
Your json was malformed. Check the updated plunker link.
plunker here
mymodel.json:
{ "name" : "Test", "value" : "Test" }
Inorder to do post, you have to use Mockbackend which is going to receive the post request. Check this answer