Create new component for exercise details
This is part of an effort to refactor the large component "MockSearchComponent" into smaller parts with well defined functionality. The new component is used for the detail view of a single exercise.
parent
09a7b75d
Branches
Showing
- src/main/webapp/app/exercise-details/exercise-details.component.html 160 additions, 0 deletions...bapp/app/exercise-details/exercise-details.component.html
- src/main/webapp/app/exercise-details/exercise-details.component.scss 0 additions, 0 deletions...bapp/app/exercise-details/exercise-details.component.scss
- src/main/webapp/app/exercise-details/exercise-details.component.ts 28 additions, 0 deletions...webapp/app/exercise-details/exercise-details.component.ts
- src/main/webapp/app/mock-search/mock-search.component.html 1 addition, 160 deletionssrc/main/webapp/app/mock-search/mock-search.component.html
- src/main/webapp/app/mock-search/mock-search.component.ts 0 additions, 13 deletionssrc/main/webapp/app/mock-search/mock-search.component.ts
- src/main/webapp/app/mock-search/mock-search.module.ts 2 additions, 1 deletionsrc/main/webapp/app/mock-search/mock-search.module.ts
Please register or sign in to comment