-
- Downloads
Added component 'show-post' to show posts from database for user who are logged in
Showing
- client/src/app/app.module.ts 3 additions, 1 deletionclient/src/app/app.module.ts
- client/src/app/home/home.component.html 3 additions, 33 deletionsclient/src/app/home/home.component.html
- client/src/app/models/post.model.ts 10 additions, 0 deletionsclient/src/app/models/post.model.ts
- client/src/app/show-post/show-post.component.html 20 additions, 0 deletionsclient/src/app/show-post/show-post.component.html
- client/src/app/show-post/show-post.component.ts 30 additions, 0 deletionsclient/src/app/show-post/show-post.component.ts
- client/src/app/show-post/show-post.service.ts 16 additions, 0 deletionsclient/src/app/show-post/show-post.service.ts
- server/app.js 69 additions, 51 deletionsserver/app.js
- server/model/post.js 19 additions, 0 deletionsserver/model/post.js
Loading
Please register or sign in to comment