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

11 lines (9 loc) 328 B
<div *ngIf="list.length > 0"><% for (let view of widgetDef.views) {%> <ng-template [ngIf]="isShowListView('<%-view%>')"> <app-<%-schemaName%>-list-view-widget-<%-view%> <%- include(`/widgets/list/view-component.inputs.html`)%> > </app-<%-schemaName%>-list-view-widget-<%-view%>> </ng-template> <%}%> </div>