Project

General

Profile

« Previous | Next » 

Revision 61424

Merging angular-upgrade branch

View differences:

compatibility-validate-type.component.ts
27 27
   * the param that is used is 'step' and the values are: 'baseUrl','guidelines','crisEntities'/'parameters','finish'
28 28
   */
29 29
  currentStep: number;
30
  @ViewChild('topHelperContent')
30
  @ViewChild('topHelperContent', { static: true })
31 31
  public topHelperContent: HelpContentComponent;
32
  @ViewChild('leftHelperContent')
32
  @ViewChild('leftHelperContent', { static: true })
33 33
  public leftHelperContent: AsideHelpContentComponent;
34
  @ViewChild('rightHelperContent')
34
  @ViewChild('rightHelperContent', { static: true })
35 35
  public rightHelperContent: AsideHelpContentComponent;
36
  @ViewChild('bottomHelperContent')
36
  @ViewChild('bottomHelperContent', { static: true })
37 37
  public bottomHelperContent: HelpContentComponent;
38 38

  
39 39
  baseUrlList: string[] = [];

Also available in: Unified diff