Skip to content

Commit

Permalink
[ACA-3266] Improve version upload component (#5766)
Browse files Browse the repository at this point in the history
* added new component to compare current and new file version of a node.

* update doc

* added more tests

* updated docs

* small fixes

* changed with typography

* Update version-comparison.component.md

* handle hiding the comparison component on demo shell if cancelled/uploaded a new file version

* small fixes

* added export the new component version-comparison

Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
  • Loading branch information
ursedaniel and eromano committed Jun 10, 2020
1 parent ea62b1e commit c86b193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/content-services/src/lib/version-manager/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
export * from './version-list.component';
export * from './version-manager.component';
export * from './version-upload.component';
export * from './version-comparison.component';

export * from './version-manager.module';

0 comments on commit c86b193

Please sign in to comment.