Ramco Ramco

Ramco Ramco

  • 419
  • 3.4k
  • 528k

Save Data in Local Storage

May 15 2024 4:29 AM

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)