add press gesture in messages itens to perfom message options such as delete message

This commit is contained in:
tiago.kayaya
2021-09-30 08:43:49 +01:00
parent 4e12e8d0fa
commit 9b8c60b573
10 changed files with 205 additions and 40 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserModule, HammerModule } from '@angular/platform-browser';
import { RouteReuseStrategy } from '@angular/router';
import { IonicModule, IonicRouteStrategy } from '@ionic/angular';
@@ -89,6 +89,7 @@ import { PdfViewerModule } from 'ng2-pdf-viewer';
MatDialogModule,
//
PdfViewerModule,
HammerModule,
],
providers: [
{ provide: MAT_DATE_LOCALE, useValue: 'pt' },