NGE_DOC_ROUTES
const
Routes that render the documentation. Load them directly from a standalone route configuration:
{ path: 'docs', loadChildren: () => import('@cisstech/nge/doc').then((m) => m.NGE_DOC_ROUTES), data: [...] }const NGE_DOC_ROUTES: Routes