first commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<!--
|
||||
Authors : initappz (Rahul Jograna)
|
||||
Website : https://initappz.com/
|
||||
App Name : E-Learning App Template
|
||||
This App Template Source code is licensed as per the
|
||||
terms found in the Website https://initappz.com/license
|
||||
Copyright and Good Faith Purchasers © 2021-present initappz.
|
||||
-->
|
||||
<ion-header mode="ios" class="ion-no-border">
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start" (click)="onBack()">
|
||||
<ion-button>
|
||||
<ion-icon name="arrow-back-outline"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
<ion-buttons slot="end">
|
||||
<ion-button>
|
||||
<ion-icon name="ellipsis-horizontal-circle-outline"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
<ion-title>Notification</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content class="ion-padding">
|
||||
<div class="flex" *ngFor="let item of [1,2,3,4,5,6,7]">
|
||||
<div class="bg_image back_image" [style.backgroundImage]="'url(assets/images/check.png)'"></div>
|
||||
<div class="text">
|
||||
<ion-label class="bold_text">Payment Successful</ion-label>
|
||||
<ion-label class="grey_text">Parking booking Successful</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
Reference in New Issue
Block a user