UNPKG

angular-calendar

Version:

A calendar component that can display events on a month, week or day view

11 lines 390 B
export function isInside(outer, inner) { return outer.left <= inner.left && inner.left <= outer.right && outer.left <= inner.right && inner.right <= outer.right && outer.top <= inner.top && inner.top <= outer.bottom && outer.top <= inner.bottom && inner.bottom <= outer.bottom; } //# sourceMappingURL=calendarUtils.provider.js.map