Project

General

Profile

« Previous | Next » 

Revision 61412

Added by John Balasis almost 3 years ago

angular upgrade to v8 lts

View differences:

sources-update-repo.component.ts
24 24
  repo: Repository;
25 25
  repoInterfaces: RepositoryInterface[] = [];
26 26

  
27
  @ViewChild('datasourceUpdateForm') datasourceUpdateForm: DatasourceUpdateFormComponent;
27
  @ViewChild('datasourceUpdateForm', { static: false }) datasourceUpdateForm: DatasourceUpdateFormComponent;
28 28

  
29 29
  group: FormGroup;
30 30

  
......
32 32
  dataForInterfaceComp: any[] = [];
33 33

  
34 34
  isModalShown: boolean;
35
  @ViewChild('updateLogoUrlModal')
35
  @ViewChild('updateLogoUrlModal', { static: true })
36 36
  public updateLogoUrlModal: ConfirmationDialogComponent;
37 37

  
38 38
  constructor ( private fb: FormBuilder,
......
42 42
                private sharedService: SharedService,
43 43
                private router: Router) { }
44 44

  
45
  @ViewChild('updateTermsForm')
45
  @ViewChild('updateTermsForm', { static: false })
46 46

  
47 47
  ngOnInit() {
48 48

  

Also available in: Unified diff