Ramco Ramco

Ramco Ramco

  • 457
  • 3k
  • 420.6k

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)