UNPKG

@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

19 lines (18 loc) 908 B
<% if (detailTitle) {%> <div class="my-2" *ngIf="!options['disableTitle']"> <h4><%-detailTitle%></h4> </div><%}%> <div class="detail" *ngIf="detail"> <div *ngIf="!options['disableActionButtons']"><%- include('/schema-detail.d.actions.html') %></div> <% if (detailNote) {%> <p *ngIf="!options['disableDetailNote']"><%-detailNote%></p><%}%> <div class="card text-left transparent-border "> <div class="grid-fields"> <%_ viewFields = detailView.filter(x=>!x.exclusiveRequiredWith); let viewGrp = detailViewGrp; let view='detail'; let largePicture=false;%><%- include('/schema-display.detail.html', {viewFields: detailView, viewGrp: detailViewGrp, view: 'detail', largePicture: false}) %> </div> </div> <div *ngIf="!options['disablePipeline']"><%- include('/schema-detail.d.pipeline.html') %></div> <div *ngIf="!options['disableRefLink']"><%- include('/schema-detail.d.ref.html') %></div> </div>