[ADF-4364] Fix Back button action on Viewer Component (#4613)

* [ADF-3364] Fix Back button action on Viewer Component

* [ADF-4364] Fix Module providers

* [ADF-4364] Add unit tests

* [ADF-4364] Fix unit tests

* [ADF-4364] Fix lazy loading module of Viewer component
This commit is contained in:
davidcanonieto
2019-04-18 11:34:16 +02:00
committed by Eugenio Romano
parent 8395b0baa5
commit 181cee72d6
7 changed files with 186 additions and 10 deletions

View File

@@ -55,3 +55,4 @@ export * from './jwt-helper.service';
export * from './download-zip.service';
export * from './lock.service';
export * from './automation.service';
export * from './previous-route.service';