mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add press gesture in messages itens to perfom message options such as delete message
This commit is contained in:
+3
-1
@@ -6,6 +6,8 @@ import { environment } from './environments/environment';
|
||||
|
||||
import { defineCustomElements } from '@ionic/pwa-elements/loader';
|
||||
|
||||
import "hammerjs"; // HAMMER TIME
|
||||
|
||||
if (environment.production) {
|
||||
enableProdMode();
|
||||
}
|
||||
@@ -14,4 +16,4 @@ platformBrowserDynamic().bootstrapModule(AppModule)
|
||||
.catch(err => console.log(err));
|
||||
|
||||
// Call the element loader after the platform has been bootstrapped
|
||||
defineCustomElements(window);
|
||||
defineCustomElements(window);
|
||||
|
||||
Reference in New Issue
Block a user