mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#68 show viewer in view demo shell
This commit is contained in:
@@ -15,4 +15,23 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { ViewerComponent } from './src/viewer.component';
|
||||
|
||||
/**
|
||||
* ng2-alfresco-viewer, provide components to view files.
|
||||
*
|
||||
* Components provided:
|
||||
* <alfresco-viewer [urlFile]="'localTestFile.pdf'">
|
||||
* <div class="mdl-spinner mdl-js-spinner is-active"></div>
|
||||
* </alfresco-viewer>
|
||||
*/
|
||||
|
||||
export * from './src/viewer.component';
|
||||
|
||||
export default {
|
||||
components: [ViewerComponent]
|
||||
};
|
||||
|
||||
export const VIEWERCOMPONENT: [any] = [
|
||||
ViewerComponent
|
||||
];
|
||||
|
Reference in New Issue
Block a user