UNPKG

widget-router

Version:

Widget Router is another Typescript (also JavaScript) Router, but this one works better if used in widgets inside HTML

7 lines 137 B
export class RouteResult { routeName: string; routeParams: any; routeScope: any; router: any; controllerHelper: any; }