UNPKG

@nitor-infotech/connected-akita-router-core

Version:
10 lines (8 loc) 221 B
import { Query } from '@datorama/akita'; export class RouterQuery extends Query { constructor(store) { super(store); this.store = store; this.getLocation = () => this.select(state => state.location); } }