npm install
npm run server:restful
npm run server:graphql
npm start
{ BoardActions.ALL }
board.actions.ts{ boardReducer }
board.reducer.ts{ BoardEffects }
board.effects.ts{ BoardService }
board.service.ts{ BoardRESTfulService }
board.restful.service.ts{ BoardGraphQLService }
board-graphql.service.ts
{ BoardModel, BoardServiceModel }
board.model.ts{ Board }
board.ts
Name Type ngrx npm install @ngrx/store @ngrx/effects --save graphql-apollo-angular npm install apollo-angular@beta apollo-angular-link-http@beta apollo-client apollo-cache-inmemory graphql-tag graphql --save Restful API Server npm install json-server --save GraphQL API Server npm install express express-graphql axios --save Redux DevTools npm install @ngrx/store-devtools --save Chrome Extension https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd