Project

General

Profile

« Previous | Next » 

Revision 61075

[Library | Angular 9]: Update to Angular 9

View differences:

startOver.component.ts
30 30
  @Input() public results;
31 31
  @Input() public message = "selected entities";
32 32

  
33
  @ViewChild(AlertModal, { static: false }) alertApplyAll;
33
  @ViewChild(AlertModal) alertApplyAll;
34 34
  @Input()  localStoragePrefix:string = "";
35 35

  
36 36
  confirmOpen(){

Also available in: Unified diff