Ramco Ramco

Ramco Ramco

  • 426
  • 3.5k
  • 569.9k

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)