defining typescript properties through setters and getters returns Error TS2345: Argument of type is missing the following properties
I have an Angular project in which i defined some classes Classroom and Student and Address.
The problem in Angular when i use the bidirectional binding in edit-student-component.html where an address reference is null or undefined it does not work anymore.