arranbartish/angular-cli-seed

View on GitHub
src/assets/mock/search/houses.json

Summary

Maintainability
Test Coverage
[
  {
    "country": "Australia",
    "state": "Queensland",
    "city": "Gold Coast",
    "construction": "1981",
    "rooms": 6
  }, {
  "country": "United Kingdom",
  "state": "England",
  "city": "London",
  "construction": "1890",
  "rooms": 12
}
]