Hi
I have below data in Local Storage and i want to save data is studentObj. I am using Rective form
studentObj: Student = new Student();
studentList:Student[] = [];
get f(){
return this.form.controls;
}
Thanks