UNPKG

angular-holiday-planner

Version:

A calendar for Angular 2+ focused on displaying long intervals, with an infinite scrollable view.

6 lines (5 loc) 179 B
import { TemplateRef } from '@angular/core'; export declare class ResourceViewTitleDirective { template: TemplateRef<any>; constructor(template: TemplateRef<any>); }