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

<div [hidden]="creationView">
    <app-templ-mapp-creation (showListViewParent)="openListView($event)" (openList)="closeCreationView()">
    </app-templ-mapp-creation>
</div>