Add messaging service

This commit is contained in:
Ben Goldsworthy 2020-11-08 17:38:37 +00:00
parent 50a5c39333
commit 55a3f43f6c
3 changed files with 57 additions and 1 deletions

View file

@ -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),
});
}