Please enable JavaScript.
Coggle requires JavaScript to display documents.
add-new-novelty, Novelty, Comment, NoveltyForEdit, React, novelty-list,…
add-new-novelty
titleCtrl
typeCtrl
contentCtrl
method
save()
method
publish()
Input()
novelty:NoveltyForEdit
Novelty
id:string
title:string
content:string
type:NoveltyType
likesNbr:number
dislikesNbr:number
commentNbr:number
viewsNbr:number
publishedAt:Date
Comment
id:string
codeLicence:string
licenceName:string
createdAt:Date
content:string
NoveltyForEdit
id:string
title:string
content:string
type:NoveltyType
React
id:string
createdAt:Date
type:'like'| 'dislike'
novelty-list
novelty-item
input
novelty:Novelty
method
publish()
method
delete()
method
edit()
method
openReactPanel()
method
openCommentPanel()
method
addNewNovelty()
novelty-comments
comment-item
input
comment:Comment
novelty-reacts
react-item
input
react:React