[Trunk|Connect]: 1. Add a new class contact form.(missed svn add on previous commit)

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@55269 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-04-10 21:43:19 +00:00
parent 13796de2ca
commit a764eafb47
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
export class ContactForm {
name: string = '';
surname: string = '';
email: string = '';
affiliation: string = '';
community: string = '';
message: string = '';
recaptcha: boolean = false;
}