@hicoder/angular-cli
Version:
Angular UI componenets and service generator. It works with the mean-rest-express package to generate the end to end web application. The input to this generator is the Mongoose schema defined for the express application. mean-rest-express exposes the Res
18 lines (16 loc) • 633 B
HTML
<% if (referred) {%>
<br/>
<ul class="nav nav-tabs"><%for (let ref of referredBy) {
let refApi = ref[8];
let refName = ref[10];
let include = true;
if (detailRefBlackList && detailRefBlackList.includes(refName)) {
continue;
}
if (refApi.includes("L")) {%>
<li class="nav-item">
<a class="nav-link pointer" [ngClass]="{'active': referredByOpened == '<%-ref[0]%>'}"
(click)="onReferredClicked('<%-ref[0]%>')"><%-ref[5]%></a>
</li><%}%><%}%>
</ul>
<div