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 5, 2020
1 parent bd1bba9 commit 26c4755
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<clr-tabs fxFlex>
<clr-tab>
<button clrTabLink>Design</button>
<clr-tab-content>
<clr-tab-content *clrIfActive="true">
<div class="junction-content centered-parent">
<ng-template [cdkPortalOutlet]="(design$ | async)" class="centered-child"></ng-template>
</div>
</clr-tab-content>
</clr-tab>
<clr-tab>
<button clrTabLink>Configuration</button>
<clr-tab-content>
<clr-tab-content *clrIfActive="false">
<div class="junction-content centered-parent">
<ng-template [cdkPortalOutlet]="(configuration$ | async)" class="centered-child"></ng-template>
</div>
Expand Down

0 comments on commit 26c4755

Please sign in to comment.