export class LocationComponent implements OnChanges {
  @Input() year: number;
  locations: Location[];

  constructor(