-
- Downloads
feat(post) : add author + tag
parent
e64b31e5
No related branches found
No related tags found
Showing
- src/app/post/components/post-card/post-card.component.html 18 additions, 7 deletionssrc/app/post/components/post-card/post-card.component.html
- src/app/post/components/post-card/post-card.component.scss 14 additions, 0 deletionssrc/app/post/components/post-card/post-card.component.scss
- src/app/post/components/post-card/post-card.component.ts 29 additions, 1 deletionsrc/app/post/components/post-card/post-card.component.ts
- src/app/post/components/post-list/post-list.component.html 6 additions, 0 deletionssrc/app/post/components/post-list/post-list.component.html
- src/app/post/components/post-list/post-list.component.scss 3 additions, 3 deletionssrc/app/post/components/post-list/post-list.component.scss
- src/app/post/components/post-list/post-list.component.ts 18 additions, 5 deletionssrc/app/post/components/post-list/post-list.component.ts
- src/app/post/enum/tagEnum.enum.ts 9 additions, 0 deletionssrc/app/post/enum/tagEnum.enum.ts
- src/app/post/models/post.model.ts 6 additions, 1 deletionsrc/app/post/models/post.model.ts
- src/app/post/models/tag.model.ts 4 additions, 0 deletionssrc/app/post/models/tag.model.ts
- src/app/post/services/post.service.ts 1 addition, 6 deletionssrc/app/post/services/post.service.ts
- src/assets/post/sprite.svg 54 additions, 0 deletionssrc/assets/post/sprite.svg
src/app/post/enum/tagEnum.enum.ts
0 → 100644
src/app/post/models/tag.model.ts
0 → 100644
Please register or sign in to comment