add ocurrency inputs

This commit is contained in:
Peter Maquiran
2021-08-06 14:34:39 +01:00
parent 578165f258
commit d68a195ea4
7 changed files with 86 additions and 54 deletions
@@ -261,9 +261,6 @@
</div>
</div>
<div class="container-div">
<div class="ion-item-class-2">
<div class="ion-icon-class">
@@ -40,7 +40,6 @@ const CUSTOM_DATE_FORMATS: NgxMatDateFormats = {
templateUrl: './book-meeting-modal.page.html',
styleUrls: ['./book-meeting-modal.page.scss'],
providers: [
// { provide: MAT_DATE_LOCALE, useValue: 'pt' },
{ provide: NGX_MAT_DATE_FORMATS, useValue: CUSTOM_DATE_FORMATS },
]
})