Project

General

Profile

« Previous | Next » 

Revision 61397

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

View differences:

browse-community.component.ts
18 18
  @Input() public community: CommunityInfo = null;
19 19
  @Input() public showDescription: boolean = true;
20 20
  @Input() public smallTitle: boolean = false;
21
  @ViewChild('AlertModal') modal;
21
  @ViewChild('AlertModal', { static: true }) modal;
22 22

  
23 23
  public hiddenMessage: string = "Community is hidden to registered users. It is visible only to users that have privileges to  manage community; delay: 100";
24 24
  // cut title too

Also available in: Unified diff