docs: add message property to compose-message component (#24310)
PR Close #24310
This commit is contained in:
parent
ff51691221
commit
9a9a7de9a4
@ -15,6 +15,7 @@ export class ComposeMessageComponent {
|
|||||||
@HostBinding('style.position') position = 'absolute';
|
@HostBinding('style.position') position = 'absolute';
|
||||||
|
|
||||||
details: string;
|
details: string;
|
||||||
|
message: string;
|
||||||
sending = false;
|
sending = false;
|
||||||
|
|
||||||
constructor(private router: Router) {}
|
constructor(private router: Router) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user