mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix: ng2-alfresco-tag
This commit is contained in:
@@ -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']
|
||||
|
@@ -27,6 +27,7 @@ import { TagService } from '../services/tag.service';
|
||||
*/
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'alfresco-tag-list',
|
||||
templateUrl: './tag-list.component.html'
|
||||
})
|
||||
|
@@ -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']
|
||||
|
Reference in New Issue
Block a user