-
- Downloads
Issue: User can only edit their own posts (#12)
Added simple navbar styling Navbar uses routing instead of href
Showing
- client/src/app/app-routing.module.ts 3 additions, 1 deletionclient/src/app/app-routing.module.ts
- client/src/app/app.component.html 9 additions, 11 deletionsclient/src/app/app.component.html
- client/src/app/app.component.scss 16 additions, 12 deletionsclient/src/app/app.component.scss
- client/src/app/app.component.ts 21 additions, 2 deletionsclient/src/app/app.component.ts
- client/src/app/authentication/auth.service.ts 27 additions, 8 deletionsclient/src/app/authentication/auth.service.ts
- client/src/app/models/post.model.ts 2 additions, 2 deletionsclient/src/app/models/post.model.ts
- client/src/app/models/user.model.ts 0 additions, 1 deletionclient/src/app/models/user.model.ts
- client/src/app/posts/post-details/post-details.component.html 4 additions, 2 deletions...nt/src/app/posts/post-details/post-details.component.html
- client/src/app/posts/post-details/post-details.component.ts 15 additions, 7 deletionsclient/src/app/posts/post-details/post-details.component.ts
- client/src/app/posts/post-form/post-form.component.ts 16 additions, 2 deletionsclient/src/app/posts/post-form/post-form.component.ts
- client/src/app/users/user-login-form/user-login-form.component.ts 0 additions, 1 deletion...rc/app/users/user-login-form/user-login-form.component.ts
- client/src/app/users/user-profile/user-profile.component.ts 2 additions, 15 deletionsclient/src/app/users/user-profile/user-profile.component.ts
- server/src/models/post.ts 1 addition, 1 deletionserver/src/models/post.ts
Loading
Please register or sign in to comment