[ADF-1344] Old directive selectors should still be usable (#4217)

This commit is contained in:
davidcanonieto
2019-01-28 17:39:23 +00:00
committed by Eugenio Romano
parent 0ae251ce21
commit aa852e7b48
3 changed files with 7 additions and 6 deletions

View File

@@ -18,7 +18,8 @@
</mat-card-content>
<mat-card-content class="adf-start-form-actions" *ngIf="showOutcomeButtons && form.hasOutcomes()"
#outcomesContainer>
<ng-content select="[adf-form-custom-button]"></ng-content>
<ng-content select="[adf-form-custom-button], [form-custom-button]"></ng-content>
<button *ngFor="let outcome of form.outcomes"
mat-button
[attr.data-automation-id]="'adf-form-' + outcome.name | lowercase"