insert new logic in the demo Shell

This commit is contained in:
Eugenio Romano
2016-08-04 10:24:50 +01:00
parent efa39eefe8
commit eb68bd5f48
7 changed files with 29 additions and 29 deletions

View File

@@ -49,15 +49,13 @@ import {
<alfresco-viewer
[fileNodeId]="'09469a81-1ed9-4caa-a5df-8362fc3d096f'"
[showViewer]="true"
[overlayMode]="true"
[urlFile]="'localTestFile.pdf'">
[overlayMode]="true">
<div class="mdl-spinner mdl-js-spinner is-active"></div>
</alfresco-viewer>
</div>`,
directives: [VIEWERCOMPONENT]
})
class MyDemoApp {
authenticated: boolean;
ecmHost: string = 'http://127.0.0.1:8080';