Move exercise metadata into its own component
This is done as to reduce the file size and complexity of the exercise-details component.
Showing
- package-lock.json 23 additions, 29759 deletionspackage-lock.json
- src/main/webapp/app/exercise/exercise-details/exercise-details.component.html 4 additions, 218 deletions...exercise/exercise-details/exercise-details.component.html
- src/main/webapp/app/exercise/exercise-details/exercise-details.component.ts 0 additions, 30 deletions...p/exercise/exercise-details/exercise-details.component.ts
- src/main/webapp/app/exercise/exercise-details/exercise-metadata/exercise-metadata.component.html 218 additions, 0 deletions...etails/exercise-metadata/exercise-metadata.component.html
- src/main/webapp/app/exercise/exercise-details/exercise-metadata/exercise-metadata.component.scss 0 additions, 0 deletions...etails/exercise-metadata/exercise-metadata.component.scss
- src/main/webapp/app/exercise/exercise-details/exercise-metadata/exercise-metadata.component.ts 62 additions, 0 deletions...-details/exercise-metadata/exercise-metadata.component.ts
- src/main/webapp/app/search/search.module.ts 4 additions, 3 deletionssrc/main/webapp/app/search/search.module.ts
Please register or sign in to comment