Project

General

Profile

« Previous | Next » 

Revision 61139

[Library | Angular 8]: Update angular 8 changes on dashboard

View differences:

class-help-contents.component.ts
24 24
})
25 25
export class ClassHelpContentsComponent implements OnInit {
26 26

  
27
  @ViewChild('AlertModalDeletePageHelpContents') alertModalDeletePageHelpContents;
27
  @ViewChild('AlertModalDeletePageHelpContents', { static: true }) alertModalDeletePageHelpContents;
28 28
  private selectedPageContents: string[] = [];
29 29

  
30 30
  public checkboxes: CheckDivHelpContent[] = [];
......
60 60
  public selectForm: FormControl;
61 61
  private subscriptions: any[] = [];
62 62
  public selectedKeyword: string;
63
  @ViewChild('searchInputComponent') searchInputComponent: SearchInputComponent;
63
  @ViewChild('searchInputComponent', { static: true }) searchInputComponent: SearchInputComponent;
64 64

  
65 65
  ngOnInit() {
66 66
    this.filterForm = this._fb.control('');

Also available in: Unified diff