@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
11 lines (10 loc) • 533 B
HTML
<%_if(field.exclusiveRequired) {
let grpFields = field['formGroup'];
for (let field of grpFields) {
let fn = field.fieldName; let ft = field.type;
%>
<%- include('./schema-display.field.html', {field, fn, ft, ref_link})%><%
}%><%_
} else {%>
<%- include('./schema-display.field.html', {field, fn, ft, ref_link})%><%_
}%>