File tree Expand file tree Collapse file tree 4 files changed +32
-1
lines changed
Expand file tree Collapse file tree 4 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 7272 "capacitor-blob-writer" : " ^1.0.4" ,
7373 "compressorjs" : " ^1.0.7" ,
7474 "cordova-plugin-purchase" : " ^11.0.0" ,
75+ "hammerjs" : " ^2.0.8" ,
7576 "immutable" : " ^4.0.0-rc.14" ,
7677 "lodash-es" : " ^4.17.21" ,
7778 "material-design-icons-iconfont" : " ^6.1.0" ,
103104 "@angular/language-service" : " ^14.2.0" ,
104105 "@capacitor/cli" : " ^4.0.0" ,
105106 "@ionic/angular-toolkit" : " ^4.0.0" ,
107+ "@types/hammerjs" : " ^2.0.41" ,
106108 "@types/jasmine" : " ^3.8.2" ,
107109 "@types/jasminewd2" : " ^2.0.10" ,
108110 "@types/lodash-es" : " ^4.17.4" ,
Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
22import { MAT_SNACK_BAR_DEFAULT_OPTIONS } from '@angular/material/snack-bar' ;
3- import { BrowserModule } from '@angular/platform-browser' ;
3+ import { BrowserModule , HammerModule } from '@angular/platform-browser' ;
44import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
55import { RouteReuseStrategy } from '@angular/router' ;
66import { InAppPurchase2 } from '@awesome-cordova-plugins/in-app-purchase-2/ngx' ;
@@ -25,6 +25,7 @@ import { SharedModule } from './shared/shared.module';
2525 FormlyModule . forRoot ( { extras : { lazyRender : true } } ) ,
2626 FormlyMaterialModule ,
2727 JoyrideModule . forRoot ( ) ,
28+ HammerModule ,
2829 ] ,
2930 providers : [
3031 {
Original file line number Diff line number Diff line change 11import { enableProdMode } from '@angular/core' ;
22import { platformBrowserDynamic } from '@angular/platform-browser-dynamic' ;
33import { defineCustomElements } from '@ionic/pwa-elements/loader' ;
4+ import 'hammerjs' ;
45import { AppModule } from './app/app.module' ;
56import { environment } from './environments/environment' ;
67
You can’t perform that action at this time.
0 commit comments