export class HouseListComponent implements OnInit {

  @Input()
  public houseList: House[];