@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 (17 loc) • 516 B
HTML
<%
//Set up local variables used by this view
let {
cardHasLink,
canUpdate, canDelete, canArchive, canCheck,
includeSubDetail,
} = listViewObj;
let viewFields = briefView.filter(x=>!x.exclusiveRequiredWith);
let viewGrp = briefViewGrp;
%>
<lib-mdds-calendar
[ ]="defaultCalendarView"
[ ]="weekHourRange"
[ ]="isReadOnly"
[ ]="groupName"
(calendarEvent)="onCalendarMessage($event)">
</lib-mdds-calendar>