import { Routing } from "https://deno.land/x/aleph@v0.3.0-alpha.32/framework/core/routing.ts";
Constructors
new
Routing(unnamed 0: RoutingOptions)Methods
config(options: RoutingOptions)
createRouter(location?: { pathname: string; search?: string; }): [RouterURL, RouteModule[]]
removeRoute(url: string)
update()
path: string,
moduleUrl: string,
options?: { isIndex?: boolean; useDeno?: boolean; },