SuccessChanges

Summary

  1. tsk8  Adds story reading (details)
Commit a66c254ad0652cb0a5799b0e514922e811545bfa by alexandreferi13
tsk8  Adds story reading
The story reading component has been created that displays all the
fields of a story,  including its title, text, author, publication date,
topics, and gender. Additionally,  a "Back" button has been implemented,
allowing users to return to previous content.
A new method has been created in the Story Service that gets of a story
by ID. Finally, a 'Story' entity has been created.
The file was modifiedweb/src/main/angular/package.json (diff)
The file was modifiedweb/src/main/angular/src/app/home/home.component.ts (diff)
The file was addedweb/src/main/angular/src/app/interfaces/story.ts (diff)
The file was addedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.spec.ts (diff)
The file was addedweb/src/main/angular/docs/assets/main.js (diff)
The file was addedweb/src/main/angular/docs/.nojekyll (diff)
The file was modifiedweb/src/main/angular/src/app/app-routing.module.ts (diff)
The file was modifiedweb/src/main/angular/src/app/services/microStory.service.ts (diff)
The file was addedweb/src/main/angular/docs/modules.html (diff)
The file was modifiedweb/src/main/angular/src/app/app.module.ts (diff)
The file was addedweb/src/main/angular/docs/assets/highlight.css (diff)
The file was addedweb/src/main/angular/docs/assets/navigation.js (diff)
The file was addedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.ts (diff)
The file was modifiedweb/src/main/angular/package-lock.json (diff)
The file was addedweb/src/main/angular/docs/assets/style.css (diff)
The file was addedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.scss (diff)
The file was addedweb/src/main/angular/docs/index.html (diff)
The file was addedweb/src/main/angular/docs/assets/search.js (diff)
The file was modifiedweb/src/main/angular/src/app/home/home.component.scss (diff)
The file was addedweb/src/main/angular/src/app/entities/story.entity.ts (diff)
The file was modifiedweb/src/main/angular/src/app/home/home.component.html (diff)
The file was removedweb/src/main/angular/src/app/interfaces/microStory.ts (diff)
The file was addedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.html (diff)