Project

General

Profile

« Previous | Next » 

Revision 61397

[Connect]: Update trunk to angular 11. Delete branch angular-11

View differences:

subscribe.component.ts
75 75
  members: number = 0;
76 76
  @Output() countSubscribersEvent = new EventEmitter();
77 77
  showLoginAlert: Boolean = false;
78
  @ViewChild(AlertModal) alert;
78
  @ViewChild(AlertModal, { static: true }) alert;
79 79
  private user: User;
80 80
  
81 81
  subs: Subscription[] = [];

Also available in: Unified diff