Properties
Private #_pages
#_pages: Map<string, any> = ...
delegate
delegate: Delegate
map
map
: ((context
: MatchCallback, addCallback
?: ((router
: PageHandler, routes
: Route[]) => void)) => void)Type declaration
- (context: MatchCallback, addCallback?: ((router: PageHandler, routes: Route[]) => void)): void
Parameters
context: MatchCallback
Optional addCallback: ((router: PageHandler, routes: Route[]) => void)
Returns void
recognizer
recognizer: RouteRecognizer = ...
Static ENCODE_AND_DECODE_PATH_SEGMENTS
ENCODE_AND_DECODE_PATH_SEGMENTS: boolean
Static Normalizer
Normalizer: { encodePathSegment: any; normalizePath: any; normalizeSegment: any }
Type declaration
encodePathSegment:function
- encodePathSegment(str: string): string
Parameters
Returns string
normalizePath:function
- normalizePath(path: string): string
Parameters
Returns string
normalizeSegment:function
- normalizeSegment(segment: string): string
Parameters
Returns string
Static VERSION
VERSION: string
Define the endpoint of the page