Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular 2 Data Mocking by Configuration like Ember Mirage

I am trying to figure out how to mock data by configuration like I would in Ember Mirage but in Angular 2. I know I can build something from scratch using DI and MockBackend to intercept calls in HTTP and return data. Does Angular 2 or Angular 2 CLI have something built in I am missing, or a standard package that does this?

like image 246
Jason Jackson Avatar asked Jun 17 '16 13:06

Jason Jackson


1 Answers

I was looking for something similar and ran across this: http://devlucky.github.io/kakapo-js

like image 82
doubleya Avatar answered Oct 18 '22 21:10

doubleya