summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/template-mapping.component.html
blob: 83f3c84c85ea542081eab60518aef2fa25770dd3 (plain)
1
2
3
4
5
6
7
8
9
<div *ngIf="!creationView">
  <app-templ-mapp-listing  
    (showCreationViewParentNotification)="openCreationView($event)">
  </app-templ-mapp-listing>
</div>

<div *ngIf="creationView">
  <app-templ-mapp-creation></app-templ-mapp-creation>
</div>