Issue: Get categories from DB (#4)
parent
77b4f561
No related branches found
No related tags found
Showing
- client/src/app/models/category.model.ts 45 additions, 0 deletionsclient/src/app/models/category.model.ts
- client/src/app/models/post.model.ts 1 addition, 8 deletionsclient/src/app/models/post.model.ts
- client/src/app/posts/post-form/post-form.component.html 2 additions, 4 deletionsclient/src/app/posts/post-form/post-form.component.html
- client/src/app/posts/post-form/post-form.component.spec.ts 36 additions, 3 deletionsclient/src/app/posts/post-form/post-form.component.spec.ts
- client/src/app/posts/post-form/post-form.component.ts 10 additions, 0 deletionsclient/src/app/posts/post-form/post-form.component.ts
- client/src/app/posts/post.service.spec.ts 52 additions, 0 deletionsclient/src/app/posts/post.service.spec.ts
- client/src/app/posts/post.service.ts 39 additions, 2 deletionsclient/src/app/posts/post.service.ts
- client/src/app/shared/number-input/number-input.component.spec.ts 4 additions, 1 deletion...rc/app/shared/number-input/number-input.component.spec.ts
- client/src/app/shared/select/select.component.spec.ts 3 additions, 1 deletionclient/src/app/shared/select/select.component.spec.ts
- client/src/app/shared/text-input/text-input.component.spec.ts 3 additions, 1 deletion...nt/src/app/shared/text-input/text-input.component.spec.ts
- server/src/controllers/categoryController/index.ts 2 additions, 2 deletionsserver/src/controllers/categoryController/index.ts
Loading
Please register or sign in to comment