[ADF-4302] - move cloud folder from app-layout to component (#4525)

This commit is contained in:
Silviu Popa
2019-03-30 13:08:14 +02:00
committed by Eugenio Romano
parent 17efd33f44
commit f422fa30d2
39 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
<adf-cloud-start-task
[appName]="appName"
(error)="openSnackMessage($event)"
(success)="onStartTaskSuccess()"
(cancel)="onCancelStartTask()">
</adf-cloud-start-task>