add deprecated tag for old double tag

This commit is contained in:
Eugenio Romano
2018-03-29 10:34:04 +01:00
parent aaddc58bfd
commit 99abef0b0a
5 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
// @deprecated 2.3.0 diagram-alfresco-publish-task tag removed
@Component({
selector: 'adf-diagram-publish-task, diagram-alfresco-publish-task',
templateUrl: './diagram-alfresco-publish-task.component.html'

View File

@@ -17,6 +17,7 @@
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
// @deprecated 2.3.0 diagram-sequence-flow tag removed
@Component({
selector: 'adf-diagram-sequence-flow, diagram-sequence-flow',
templateUrl: './diagram-sequence-flow.component.html'