mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix: ng2-alfresco-tag
This commit is contained in:
parent
f0963f5de3
commit
f954930678
@ -27,6 +27,7 @@ import { TagService } from '../services/tag.service';
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
moduleId: module.id,
|
||||||
selector: 'alfresco-tag-node-actions-list',
|
selector: 'alfresco-tag-node-actions-list',
|
||||||
templateUrl: './tag-actions.component.html',
|
templateUrl: './tag-actions.component.html',
|
||||||
styleUrls: ['./tag-actions.component.css']
|
styleUrls: ['./tag-actions.component.css']
|
||||||
|
@ -27,6 +27,7 @@ import { TagService } from '../services/tag.service';
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
moduleId: module.id,
|
||||||
selector: 'alfresco-tag-list',
|
selector: 'alfresco-tag-list',
|
||||||
templateUrl: './tag-list.component.html'
|
templateUrl: './tag-list.component.html'
|
||||||
})
|
})
|
||||||
|
@ -27,6 +27,7 @@ import { TagService } from '../services/tag.service';
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
moduleId: module.id,
|
||||||
selector: 'alfresco-tag-node-list',
|
selector: 'alfresco-tag-node-list',
|
||||||
templateUrl: './tag-node-list.component.html',
|
templateUrl: './tag-node-list.component.html',
|
||||||
styleUrls: ['./tag-node-list.component.css']
|
styleUrls: ['./tag-node-list.component.css']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user