Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 7de5fe43

Přidáno uživatelem Jakub Danek před více než 5 roky(ů)

re #28 update angular to 8.x

Zobrazit rozdíly:

webapp/src/app/employees/user-profile/user-profile-dialog.component.ts
13 13
  styleUrls: ['./user-profile-dialog.component.sass']
14 14
})
15 15
export class UserProfileDialogComponent implements OnInit, AfterViewInit {
16
  @ViewChild('dayPicker') calendar;
16
  @ViewChild('dayPicker', {static: false}) calendar;
17 17

  
18 18
  private profile: UserProfile;
19 19

  

Také k dispozici: Unified diff