export class CarListComponent implements OnInit {

  @Input() public carList: Car[];

  constructor() { }