|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
<mat-tab-group id="tab-group" selectedIndex="0" mat-stretch-tabs>
|
|
|
|
|
<div id="content" fxShow="true" fxHide.lt-md="true">
|
|
|
|
|
<mat-tab-group selectedIndex="0" mat-stretch-tabs>
|
|
|
|
|
<mat-tab>
|
|
|
|
|
<ng-template mat-tab-label>
|
|
|
|
|
<mat-icon>people</mat-icon>
|
|
|
|
@ -13,5 +14,10 @@
|
|
|
|
|
<home-search class="tab-content"></home-search>
|
|
|
|
|
</mat-tab>
|
|
|
|
|
</mat-tab-group>
|
|
|
|
|
</div>
|
|
|
|
|
<div fxShow="true" fxHide.gt-sm="true">
|
|
|
|
|
<social-friends id="friendscontainer"></social-friends>
|
|
|
|
|
<social-groups id="groupscontainer"></social-groups>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|