EffectFactory
Set of factory functions for building router Effect.
Importing
+ matchPath
EffectFactory
namespace function. Matches request path for connected Effect.
Type declaration
Parameters
parameter | definition |
path |
|
Returns
EffectFactory matchType
function
+ matchType
EffectFactory
namespace function. Matches HTTP method type for connected Effect.
Type declaration
Parameters
parameter | definition |
type |
|
Returns
EffectFactory use
function
+ use
EffectFactory
namespace function. Connects Effect with path and HTTP method type.
Type declaration
Parameters
parameter | definition |
effect |
|
Returns
Factorized RouteEffect
object.
Example
root.effect.ts
Last updated