SuccessChanges

Summary

  1. tsk56 Front corrections: differences story.entity.ts from interface (details)
Commit f74016c81d67602c107d63ab8d7a0ebf7a14ef74 by anaabadlorenzo24
tsk56 Front corrections: differences story.entity.ts from interface
Differentiates story.entity.ts from the story.ts interface. For that,
renames the entity to "StoryEntity" and make it implement the interface
defined in story.ts. This makes sure that the data structure defined in
the interface is fulfilled.
The file was modifiedweb/src/main/angular/package-lock.json (diff)
The file was modifiedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.ts (diff)
The file was modifiedweb/src/main/angular/src/app/entities/story.entity.ts (diff)
The file was modifiedweb/src/main/angular/package.json (diff)