diff --git a/demo-shell-ng2/app/components/files/files.component.html b/demo-shell-ng2/app/components/files/files.component.html
index f8b6e7e7ab..94b9382036 100644
--- a/demo-shell-ng2/app/components/files/files.component.html
+++ b/demo-shell-ng2/app/components/files/files.component.html
@@ -35,6 +35,15 @@
-->
+
+
+
+
+
+
```
#### Events
diff --git a/ng2-components/ng2-alfresco-documentlist/README.md b/ng2-components/ng2-alfresco-documentlist/README.md
index bb13408c71..ce6e74aff3 100644
--- a/ng2-components/ng2-alfresco-documentlist/README.md
+++ b/ng2-components/ng2-alfresco-documentlist/README.md
@@ -501,7 +501,7 @@ _You may want using **row** api to get raw value access.
Use **data** api to get values with post-processing, like datetime/icon conversion._
-Final example, we'll name the context as `entry`:
+In the Example below will prepend `Hi!` to each file and folder name in the list:
```html
@@ -511,9 +511,21 @@ Final example, we'll name the context as `entry`:
```
-Example above will prepend `Hi!` to each file and folder name in the list.
+In the Example below will add the [ng2-alfresco-tag](https://www.npmjs.com/package/ng2-alfresco-tag) component is integrate in the document list.
+```html
+
+
+
+
+
+```
+
### Actions
diff --git a/ng2-components/ng2-alfresco-documentlist/docs/assets/document-list-tag-template.png b/ng2-components/ng2-alfresco-documentlist/docs/assets/document-list-tag-template.png
new file mode 100644
index 0000000000..769147a677
Binary files /dev/null and b/ng2-components/ng2-alfresco-documentlist/docs/assets/document-list-tag-template.png differ