Class MountActivatedRouteHTTPModule

HTTP kernel middleware that tries to find a registered route matching the request's path and creates an ActivatedRoute instance from it.

Hierarchy

Constructors

Properties

executeWithBlockingWriteback: true = true

By default, if a kernel module interrupts the request flow to send a response (for example, if an error occurs), subsequent modules are skipped.

However, a module can override this property to be true and its logic will still be applied, even after a module has interrupted the request flow.

logging: Logging
routing: Routing

Accessors

Methods

  • Get the method with the given name from this class, bound to this class.

    Returns

    function

    Parameters

    • methodName: string

    Returns ((...args: any[]) => any)

      • (...args: any[]): any
      • Get the method with the given name from this class, bound to this class.

        Returns

        function

        Parameters

        • Rest ...args: any[]

        Returns any

  • Call the make() method on the global container.

    Type Parameters

    • T

    Parameters

    • target: any
    • Rest ...parameters: any[]

    Returns T