amcdnl / ngrx-router

NGRX Router - Router Bindings and Helpers for NGRX Effects
MIT License
44 stars 1 forks source link

fix: improve type of ofRoute operator #10

Closed dhhyi closed 6 years ago

dhhyi commented 6 years ago

While upgrading rxjs from 6.2 to 6.3 the type checking was improved. And as ofRoute filters for actions of type RouteNavigation, it could as well return the appropriate type.