UNPKG

generator-fountain-angular2

Version:

Yeoman Fountain generator to scaffold a webapp with Angular 2 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma

7 lines (4 loc) 190 B
import {StoreModule, combineReducers} from '@ngrx/store'; import * as todos from './todos'; const reducer = combineReducers(todos); export const store = StoreModule.provideStore(reducer);