Used with the @WithSubStore class decorator to define a SubStore (AKA a fractal store).
@WithSubStore
For more info on substores, see https://github.com/angular-redux/store/blob/master/articles/fractal-store.md
The name of an instance method that will define the base path for the subStore. This method is expected to return an array of property names or undefined/null.
The localReducer for the substore in question.
Generated using TypeDoc
Used with the
@WithSubStore
class decorator to define a SubStore (AKA a fractal store).For more info on substores, see https://github.com/angular-redux/store/blob/master/articles/fractal-store.md