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

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