HarmoWatch/ngx-redux-core

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.github/ISSUE_TEMPLATE.md
.gitignore
.idea/dictionaries/kay.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/misc.xml
.idea/modules.xml
.idea/ngx-redux.iml
.idea/typescript-compiler.xml
.idea/vcs.xml
.npmrc
.travis.yml
LICENSE
README.md
angular.json
docs/api/index.md
docs/api/redux-state-provider.md
docs/articles/index.md
docs/articles/select-pattern.md
docs/articles/testing-guide.md
docs/decorators/index.md
docs/decorators/redux-action-context.md
docs/decorators/redux-action.md
docs/decorators/redux-reducer.md
docs/decorators/redux-state.md
docs/how-to/create-an-actions-provider.md
docs/how-to/index.md
docs/how-to/provide-your-own-store.md
docs/how-to/use-lazy-loading.md
docs/index.md
docs/pipes/index.md
docs/pipes/redux-select.md
docs/reducer-switch-case.gif
docs/ts-support.gif
e2e/app.e2e-spec.ts11
A
0 mins
e2e/app.po.ts9
A
0 mins
e2e/tsconfig.e2e.json
karma.conf.js36
A
1 hr
package-lock.json
package.json
protractor.conf.js23
A
0 mins
renovate.json
src/environments/environment.prod.ts3
A
0 mins
src/environments/environment.ts3
A
0 mins
src/example-app/app.component.css
src/example-app/app.component.html
src/example-app/app.component.ts9
A
0 mins
src/example-app/app.module.ts34
A
0 mins
src/example-app/todo/list/todo-list-item.ts5
A
0 mins
src/example-app/todo/list/todo-list.component.html