@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
13 lines (11 loc) • 423 B
HTML
<div *ngIf="detail">
<div class="card text-left">
<div class="card-body">
<div class="card-text">
<%_ viewFields = detailSubView.filter(x=>!x.exclusiveRequiredWith);
let viewGrp = detailSubViewGrp; let view='detail'; let largePicture=false;%><%-
include('/schema-display.detail.html', {viewFields: detailSubView, viewGrp: detailSubViewGrp, view: 'detail', largePicture: false}) %>
</div>
</div>
</div>
</div>