export const RouteKey = Symbol('route-definition'); export const ContextKey = Symbol('route-context'); export const ContainerKey = Symbol('service-container'); export const AppKey = Symbol('app-key'); export const InjectedArgs = Symbol('injected-args');