Skip to content

Commit

Permalink
Update junction.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
geoyogesh committed Oct 4, 2020
1 parent 4470b6f commit 5fecefa
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
</div>
<clr-tabs fxFlex>
<clr-tab>
<button clrTabLink>Configuration</button>
<button clrTabLink>Design</button>
<clr-tab-content>
<div class="junction-content centered-parent">
<ng-template [cdkPortalOutlet]="(configuration$ | async)" class="centered-child"></ng-template>
<ng-template [cdkPortalOutlet]="(design$ | async)" class="centered-child"></ng-template>
</div>
</clr-tab-content>
</clr-tab>
<clr-tab>
<button clrTabLink>Design</button>
<button clrTabLink>Configuration</button>
<clr-tab-content>
<div class="junction-content centered-parent">
<ng-template [cdkPortalOutlet]="(design$ | async)" class="centered-child"></ng-template>
<ng-template [cdkPortalOutlet]="(configuration$ | async)" class="centered-child"></ng-template>
</div>
</clr-tab-content>
</clr-tab>
Expand Down

0 comments on commit 5fecefa

Please sign in to comment.