HTML
<man-buttons [type]="ButtonType.Outline" [buttonText]="data.buttonData.modifySettings"></man-buttons>
Component.ts
ButtonType = ButtonType
<ng-container *ngFor="let item of data.followedAuthors">
<man-author-info [type]="AuthorType.Default" [data]="item"></man-author-info>
</ng-container>
AuthorType = AuthorType