Please enable JavaScript.
Coggle requires JavaScript to display documents.
APP module (Components (Setting (updateProfie(), logLout()), Edit…
APP module
Components
Header
Footer
Setting
updateProfie()
logLout()
Edit
editArticle()
createArticle()
Home module
List tags component
method
getTagList
getTagArticles()
List of feed component
Global feed
method
getGlobalFeed()
onFavorited()
Your feed
mehtod
getYourFeed()
onFavorited()
Pagination
method
getPage() <sử dung thư viện ngx-pagination>
Services
HomeService
method
getGlobalFeed()
getYourFeed()
getTags()
getTagsArticles()
Authen module
Sign in component
method
submitLogin()
Sign up component
method
submitRegister()
Services
Authentication
method
login()
logOut()
regisrer()
Article module
ArcticleMeta component
Client
method
onFollowing()
onFavorited()
You
method
navigateEdit()
deleteArticle()
Comment component
method
getListComment
postYourComment()
deleteYourComment()
Sevices
method
addCommnet()
getComments()
deleteComment()
deleteArticle
Profile module
List of article component
Your article
method
getMyArticle()
onFavorited()
Global article
method
getGlobalArticle()
onFavorited()
Services
ProfileService
method
getGlobalArticle()
getMyArticle()
getProfile()
Services
method
unFavoriteArticle()
farvoritedArticle()
unFollowUser()
followUser()
createArticle()
updateArticle()
updateProfile()
Guard
CanActive
Shared module
list-artilcle-share component
Design by ThoBT :check:
Example Blog App
CreateAt: Nov, 29, 2019