docs: add message property to compose-message component (#24310)

PR Close #24310
This commit is contained in:
vovchik-manko 2018-06-05 23:38:32 +03:00 committed by Miško Hevery
parent 82c5313740
commit 0bd2d7bac6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export class ComposeMessageComponent {
@HostBinding('style.position') position = 'absolute';
details: string;
message: string;
sending = false;
constructor(private router: Router) {}