UNPKG

npx-calendar

Version:

A customizable and feature-rich calendar component for Angular applications.

8 lines (7 loc) 361 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FilterEventsPipe implements PipeTransform { transform(events: any[], targetTime: string): any[]; static ɵfac: i0.ɵɵFactoryDeclaration<FilterEventsPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FilterEventsPipe, "filterEvents", true>; }