Updated to Angular 9.0.0

Removed Angular Material docs and added a link to the official docs
This commit is contained in:
sercan
2020-02-03 14:18:21 +03:00
parent 007739c356
commit 54dd7837ec
595 changed files with 6298 additions and 14692 deletions

View File

@@ -23,10 +23,10 @@ export class ChatPanelComponent implements OnInit, AfterViewInit, OnDestroy
sidebarFolded: boolean;
user: any;
@ViewChild('replyForm', {static: false})
@ViewChild('replyForm')
private _replyForm: NgForm;
@ViewChild('replyInput', {static: false})
@ViewChild('replyInput')
private _replyInput: ElementRef;
@ViewChildren(FusePerfectScrollbarDirective)