import { daffContentPageSchemaResolver } from '@daffodil/content/routing'
Resolves a DaffContentSchemaPage for the current route.
Uses the DaffContentPageSchemaDriver to fetch the page schema
based on the normalized URL from the router state.
function daffContentPageSchemaResolver(
route: ActivatedRouteSnapshot
state: RouterStateSnapshot
): any
| Parameter | route: ActivatedRouteSnapshot |
|---|---|
| Description |
| Parameter | state: RouterStateSnapshot |
|---|---|
| Description |