From cfdaec4e2058a9ac4ec212d53d941bbfe3570839 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 1 Jun 2016 11:46:46 +0100 Subject: [PATCH] update readme file viewer --- ng2-components/ng2-alfresco-viewer/README.md | 41 ++++++++++++-------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/ng2-components/ng2-alfresco-viewer/README.md b/ng2-components/ng2-alfresco-viewer/README.md index e359e58f7c..d28758eba1 100644 --- a/ng2-components/ng2-alfresco-viewer/README.md +++ b/ng2-components/ng2-alfresco-viewer/README.md @@ -1,25 +1,28 @@ -# <ng2-alfresco-viewer> -[![NPM version][npm-image]][npm-url] -[![Build Status][travis-image]][travis-url] -[![Dependency Status][daviddm-image]][daviddm-url] -[![Coverage percentage][coveralls-image]][coveralls-url] -[![Style guide][style-image]][style-url] -[![Alfresco component][alfrescocomponent-image]][alfrescocomponent-url] - -## About ng2-alfresco-viewer -> Alfresco documents viewer +# Alfresco File Viewer Component for Angular 2 +

+ + license + + + my blog + +

-## Installation +## Install -```bash + +```sh npm set registry http://devproducts.alfresco.me:4873 -npm install ng2-alfresco-viewer --save +npm install --save ng2-alfresco-viewer ``` -#### Basic usage -```html - +## Build from sources +Alternatively you can build component from sources with the following commands: + +```sh +npm install +npm run build ``` #### Dependencies @@ -60,6 +63,12 @@ Make sure your systemjs.config has the following configuration: }); ``` +#### Basic usage + +```html + +``` + #### Options Attribute | Options | Default | Description