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/dashboard/dashboard.component.ts
16 16
  styleUrls: ['./dashboard.component.sass']
17 17
})
18 18
export class DashboardComponent implements OnInit {
19
  @ViewChild('dayPicker') calendar;
19
  @ViewChild('dayPicker', {static: false}) calendar;
20 20

  
21 21
  private profile: UserProfile;
22 22
  private authorizationRequests: AuthorizationRequest[];

Také k dispozici: Unified diff