lucca-front
lucca-front copied to clipboard
feat(comment): basic angular wrapper implementation
Description
The comment component is used to display comments or discussions on blocks
Each block is composed of informations about the author (avatar
, a TemplateRef
and authorName
, a PortalContent
(string | TemplateRef
)) and handles comments that are placed inside of it as child lu-comment
components.