UNPKG

ngx-firebase-cms

Version:

Angular Content Management System using Google Firebase (Authentication, Storage & Firestore)

13 lines (12 loc) 268 B
export interface TableHeader { label: string; key: string; pipe?: ("date" | "user"); pipeParameter?: (string | { keys: Array<string>; separator: string; }); canSort?: boolean; canFilter?: boolean; routerLink?: string; }