Skip to content

Instantly share code, notes, and snippets.

@SevdaCimen
Created May 22, 2020 16:18
Show Gist options
  • Save SevdaCimen/6d5bd13ffdf707e37b466411be42d7c9 to your computer and use it in GitHub Desktop.
Save SevdaCimen/6d5bd13ffdf707e37b466411be42d7c9 to your computer and use it in GitHub Desktop.
removeItem(i:number):void {
this.Items.splice(i,1);
}
addItem():void {
this.Items.push({
Name:'',
DateofBirth:Date,
IsAccepted:false,
File:null
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment