We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2da83 commit ad45c8dCopy full SHA for ad45c8d
1 file changed
projects/sample-app/src/app/app.component.ts
@@ -4,7 +4,7 @@ import {
4
TemplateRef,
5
ViewChild,
6
} from '@angular/core';
7
-import { Observable, Subject } from 'rxjs';
+import { Observable } from 'rxjs';
8
import { map } from 'rxjs/operators';
9
import {
10
ChatClientService,
@@ -32,7 +32,6 @@ export class AppComponent implements AfterViewInit {
32
@ViewChild('avatar') avatarTemplate!: TemplateRef<AvatarContext>;
33
theme$: Observable<string>;
34
counter = 0;
35
- sendMessageOutsideTrigger$ = new Subject<void>();
36
37
constructor(
38
private chatService: ChatClientService,
0 commit comments