UNPKG

@rero/ng-core

Version:

RERO angular core library.

7 lines (6 loc) 164 B
export interface RouteInterface { /** Route name */ readonly name: string; /** Get configuration of the current route */ getConfiguration(): any; }