-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Would something like this be a bad idea? And is there some built-in function that would be able to check if route matches pattern (I imagine link active has to be doing something like that).
private action$ = createEffect(() => this._router.url$.pipe(
// url is /products/detail/123
filter((url) => ofRoute('/products/detail/:id', url)),
tap(console.log)
);Metadata
Metadata
Assignees
Labels
No labels