GitHub

DaffCategoryRoutingUrlRequestBuilder

import { DaffCategoryRoutingUrlRequestBuilder } from '@daffodil/category/routing'
@Injectable()
class DaffCategoryRoutingUrlRequestBuilder {
  build(
    route: ActivatedRouteSnapshot
    state: RouterStateSnapshot
  ): DaffCategoryUrlRequest
}

Properties

Name Type Description
build DaffCategoryUrlRequest

Builds a category URL request from the provided route and router state that is suitable for passing to DaffCategoryPageLoadByUrl.