mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-24 02:59:13 +00:00
Updated to Angular 9.0.0
Removed Angular Material docs and added a link to the official docs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user