[ADF-3443] basic printing support (#3777)

* printing service

* code fixes

* update code
This commit is contained in:
Denys Vuika
2018-09-12 13:04:43 +01:00
committed by Eugenio Romano
parent 3857364b39
commit c5c1aa9ecb
5 changed files with 183 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
* limitations under the License.
*/
export * from './services/view-util.service';
export * from './components/viewer.component';
export * from './components/imgViewer.component';
export * from './components/mediaPlayer.component';