Add messaging service
This commit is contained in:
parent
50a5c39333
commit
55a3f43f6c
3 changed files with 57 additions and 1 deletions
|
@ -16,7 +16,7 @@ export class SendPushNotificationComponent implements OnInit {
|
|||
|
||||
constructor(private api: ApiService) {
|
||||
this.sendMessageForm = new FormGroup({
|
||||
messagetext: new FormControl('', Validators.required),
|
||||
messagetext: new FormControl('', Validators.required),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue