3
Answers

Save Data in Local Storage

Ramco Ramco

Ramco Ramco

May 15
251
1

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

Answers (3)