f8cfe7a6a8e96f043b35330d797af35de34d8ed7
[ccsdk/cds.git] /
1 <div *ngIf="!listView">
2     <app-templ-mapp-listing
3             (showCreationViewParentNotification)="openCreationView($event)">
4     </app-templ-mapp-listing>
5 </div>
6
7 <div *ngIf="!creationView">
8     <app-templ-mapp-creation (showListViewParent)="openListView($event)"></app-templ-mapp-creation>
9 </div>