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

<div *ngIf="!creationView">
    <app-templ-mapp-creation (showListViewParent)="openListView($event)" (openList)="closeCreationView()">
    </app-templ-mapp-creation>
</div>