move course effects and actions separate files
Showing
- src/app/app.module.ts 2 additions, 1 deletionsrc/app/app.module.ts
- src/app/degree-planner/dialogs/remove-course-confirm-dialog/remove-course-confirm-dialog.component.ts 1 addition, 1 deletion...-confirm-dialog/remove-course-confirm-dialog.component.ts
- src/app/degree-planner/favorites-container/favorites-container.component.ts 1 addition, 1 deletion...nner/favorites-container/favorites-container.component.ts
- src/app/degree-planner/store/actions/course.actions.ts 88 additions, 0 deletionssrc/app/degree-planner/store/actions/course.actions.ts
- src/app/degree-planner/store/actions/plan.actions.ts 0 additions, 85 deletionssrc/app/degree-planner/store/actions/plan.actions.ts
- src/app/degree-planner/store/effects/course.effects.ts 213 additions, 0 deletionssrc/app/degree-planner/store/effects/course.effects.ts
- src/app/degree-planner/store/effects/plan.effects.ts 1 addition, 172 deletionssrc/app/degree-planner/store/effects/plan.effects.ts
- src/app/degree-planner/store/reducer.ts 9 additions, 6 deletionssrc/app/degree-planner/store/reducer.ts
- src/app/degree-planner/term-container/term-container.component.ts 1 addition, 1 deletion...degree-planner/term-container/term-container.component.ts
Please register or sign in to comment