Project

General

Profile

« Previous | Next » 

Revision 61424

Merging angular-upgrade branch

View differences:

compatibility-validation-results.component.ts
7 7
import { ConfirmationDialogComponent } from '../../shared/reusablecomponents/confirmation-dialog.component';
8 8
import { AuthenticationService } from '../../services/authentication.service';
9 9
import * as Highcharts from 'highcharts';
10
import {text} from '@angular/core/src/render3/instructions';
11 10

  
12 11
@Component({
13 12
  selector: 'app-compatibility-validation-results',
......
41 40
  chartOptionsForContent: Highcharts.Options;
42 41
  chartOptionsForUsage: Highcharts.Options;
43 42

  
44
  @ViewChild('checkErrors')
43
  @ViewChild('checkErrors', { static: true })
45 44
  public checkErrors: ConfirmationDialogComponent;
46 45

  
47 46
  constructor (private route: ActivatedRoute,

Also available in: Unified diff