Modifications:
• SsUsersProvider
o Changed the name of getResultsByUser(user, token) to
saveResultsByUser(user, token) since it makes an http.post request, not an http.get request.
• Register.ts
o Removed unnecessary/unused imports
o Added comments/console.log within the constructor, goToRegister(params)
• Results.html
o Included the table in an *ngIf to make sure the data arrives before rendering table
• Register.ts
o Made the console.logs more explanatory
o Filled UserDataProvider with more of its data
• Info-Input.ts
o Removed CalculationsProvider since its not needed in this page
o Added some comments
• Info.Input.html
o Removed [(ngModel)]="this.calculations$... since CalculationsProvider is not needed in this page
Modifications: • SsUsersProvider o Changed the name of getResultsByUser(user, token) to saveResultsByUser(user, token) since it makes an http.post request, not an http.get request. • Register.ts o Removed unnecessary/unused imports o Added comments/console.log within the constructor, goToRegister(params) • Results.html o Included the table in an *ngIf to make sure the data arrives before rendering table • Register.ts o Made the console.logs more explanatory o Filled UserDataProvider with more of its data • Info-Input.ts o Removed CalculationsProvider since its not needed in this page o Added some comments • Info.Input.html o Removed [(ngModel)]="this.calculations$... since CalculationsProvider is not needed in this page