UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

6 lines (5 loc) 171 B
<ion-tabs> <% _.forEach(tabs, function(tab, i) { %> <ion-tab [root]="tab<%= ++i %>Root" tabTitle="<%= tab.name %>" tabIcon="star"></ion-tab> <% }); %> </ion-tabs>