thewickermilko / DatingApp-net8

0 stars 0 forks source link

Implement persistence when updating resources in the API #50

Closed thewickermilko closed 1 month ago

thewickermilko commented 1 month ago
  1. Use Angular Template forms
  2. Use The CanDeactivate Route Guard
  3. Use The @ViewChilddecorator
  4. Add loading indicators to the client app
  5. Caching data in Angular services
thewickermilko commented 1 month ago

f131be9 - Created "member-edit.component". "nav.component.html" - added router link to the component.

thewickermilko commented 1 month ago

8eb27a4 - "member-edit.component.css", "member-edit.component.html" and "member-edit.component.ts" - code updated.

thewickermilko commented 1 month ago

3f381db - "member-edit.component.html" and "member-edit.component.ts" - code updated.

thewickermilko commented 1 month ago

77b746c - Created "prevent-unsaved-changes.guard.ts".

thewickermilko commented 1 month ago

cb3d13c - Created "MemberUpdateDto". Class "UsersController" - created "UpdateUser" method.

thewickermilko commented 1 month ago

93db6b1 - "member-edit-component.html", "member-edit-component.ts", "member.service.ts" - code updated.

thewickermilko commented 1 month ago

010b629 - https://www.npmjs.com/package/ngx-spinner - spinner used. Created " busy.service.ts" and "loading.interceptor.ts". "app.component.html", "app.component.ts", "app.config.ts" - code updated.

thewickermilko commented 1 month ago

876bb01 - "member-list.component.ts", "member-list.component.html", "member.service.ts" - code updated.