UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

25 lines (24 loc) 490 B
export interface PageInterface { name: string; id: string; navTabs?: any[]; filename?: string; context: string; path?: string; module?: any; pipe?: any; class?: any; interface?: any; directive?: any; injectable?: any; additionalPage?: any; files?: any; data?: any; depth?: number; pageType?: string; component?: any; markdown?: string; childrenLength?: number; children?: any[]; lastChild?: boolean; }