Leo Ruelas

Results 1 comments of Leo Ruelas

I want to update the filter with data already pre-selected but not updated COMPONENT this.personService.getPerson(this.person.id).subscribe( dataPerson => { this.person.userAcademicGrades = dataPerson['userAcademicGrades']; const academic_grades = this.returnAcademicGrades(this.person); this.gradesSelected = (academic_grades.length > 0)...