PlatformRouterSettings
@tsed/platform-http
Usage
typescript
import { PlatformRouterSettings } from "@tsed/platform-http";See /packages/platform/platform-http/src/common/config/PlatformConfiguration.ts.
Overview
ts
interface PlatformRouterSettings {
appendChildrenRoutesFirst?: boolean;
}appendChildrenRoutesFirst
ts
appendChildrenRoutesFirst?: boolean;