Thanks for help!
I will leave here my code :
public tudo = [];
function(){
this.tudo.push({
'divisao': this.divisao,
'figura': this.figura,
'tempo': this.tempo,
'quantidade': this.quantidade
});
}
Thanks for help!
I will leave here my code :
public tudo = [];
function(){
this.tudo.push({
'divisao': this.divisao,
'figura': this.figura,
'tempo': this.tempo,
'quantidade': this.quantidade
});
}