UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

13 lines (12 loc) 268 B
export interface RouteInterface { name: string; kind?: string; filename?: string; className: string; module?: string; path?: string; loadChildren?: string; pathMatch?: string; redirectTo?: string; children?: RouteInterface[]; }