File

src/app/books/books-data/reducers/books.reducers.ts

Extends

RootState

Index

Properties

Properties

books
books: BooksState
Type : BooksState
import { RootState } from '../../../core/reducers/root.state'
import * as fromBooksCache from './books-cache.reducer'

export interface BooksState {
  cache: fromBooksCache.State
}

export interface State extends RootState {
  books: BooksState
}

export const reducers = {
  cache: fromBooksCache.reducer
}

result-matching ""

    No results matching ""