fix(angular): tab-bar slot=top (#16727)

fixes #16722
This commit is contained in:
Manu MA
2018-12-13 22:30:15 +01:00
committed by GitHub
parent a27fdc31c7
commit d4e4b52826
3 changed files with 14 additions and 20 deletions

View File

@ -10,6 +10,7 @@ import { RouteView } from './stack-utils';
@Component({
selector: 'ion-tabs',
template: `
<ng-content select="[slot=top]"></ng-content>
<div class="tabs-inner">
<ion-router-outlet #outlet tabs="true"></ion-router-outlet>
</div>