* ngЕсли не работает в ios nativescript-angular - PullRequest
0 голосов
/ 30 июня 2018

in нижний колонтитул на основе * ngif условие im изменение значков нижнего колонтитула ... он отлично работает в android , но не в дело IOS

<Button class="footer-class" textWrap="true" (tap)="onNavItemTap('/profile')" *ngIf="isLoggedIn">
<FormattedString>
   <Span fontFamily="FontAwesome" [text]="profile" class="icon-style fa"></Span>
   <Span text="&#x000a;profile" class="footer-title"></Span>
</FormattedString>
</Button>
<Button class="footer-class" textWrap="true" (tap)="onNavItemTap('/contactus')">
   <FormattedString>
      <Span fontFamily="FontAwesome" [text]="contactus" class="icon-style fa"></Span>
      <Span text="&#x000a;contactus" class="footer-title"></Span>
   </FormattedString>
</Button>

.. enter image description here

enter image description here

...