Skip to content
Snippets Groups Projects

WIP: Minds Pro (stable branch)

Closed Emiliano Balbuena requested to merge minds-pro-stable into master
9 unresolved threads
4 files
+ 72
7
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -3,7 +3,15 @@
<m-pro--channel-tile
*ngFor="let entity of featuredContent"
[entity]="entity"
(click)="onFeaturedContentClick(entity)"
(click)="onContentClick(entity)"
></m-pro--channel-tile>
</div>
<div class="m-pro--channel-home--content">
<m-pro--channel-tile
*ngFor="let entity of content"
[entity]="entity"
(click)="onContentClick(entity)"
></m-pro--channel-tile>
</div>
</div>
Loading