export { SamCommentsModule } from './comments.module'; export { SamCommentsComponent } from './comments.component'; export { CommentsService } from './comments.service'; export * from './comment'; export * from './interfaces';