From f954930678fa08101755fd6a427e8ac9f111a49f Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 8 Dec 2016 18:17:23 +0000 Subject: [PATCH] fix: ng2-alfresco-tag --- .../ng2-alfresco-tag/src/components/tag-actions.component.ts | 1 + .../ng2-alfresco-tag/src/components/tag-list.component.ts | 1 + .../ng2-alfresco-tag/src/components/tag-node-list.component.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/ng2-components/ng2-alfresco-tag/src/components/tag-actions.component.ts b/ng2-components/ng2-alfresco-tag/src/components/tag-actions.component.ts index 7cde02cdad..d5fad0c9a8 100644 --- a/ng2-components/ng2-alfresco-tag/src/components/tag-actions.component.ts +++ b/ng2-components/ng2-alfresco-tag/src/components/tag-actions.component.ts @@ -27,6 +27,7 @@ import { TagService } from '../services/tag.service'; */ @Component({ + moduleId: module.id, selector: 'alfresco-tag-node-actions-list', templateUrl: './tag-actions.component.html', styleUrls: ['./tag-actions.component.css'] diff --git a/ng2-components/ng2-alfresco-tag/src/components/tag-list.component.ts b/ng2-components/ng2-alfresco-tag/src/components/tag-list.component.ts index 64b90b8f8d..5b43004127 100644 --- a/ng2-components/ng2-alfresco-tag/src/components/tag-list.component.ts +++ b/ng2-components/ng2-alfresco-tag/src/components/tag-list.component.ts @@ -27,6 +27,7 @@ import { TagService } from '../services/tag.service'; */ @Component({ + moduleId: module.id, selector: 'alfresco-tag-list', templateUrl: './tag-list.component.html' }) diff --git a/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.ts b/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.ts index a70f722b03..a76eb8554e 100644 --- a/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.ts +++ b/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.ts @@ -27,6 +27,7 @@ import { TagService } from '../services/tag.service'; */ @Component({ + moduleId: module.id, selector: 'alfresco-tag-node-list', templateUrl: './tag-node-list.component.html', styleUrls: ['./tag-node-list.component.css']