Skip to content

Commit

Permalink
demo: load hammerjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Mar 18, 2018
1 parent 2e829e9 commit fb9b060
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"@types/supercluster": "^3.0.2",
"codelyzer": "~4.2.1",
"core-js": "^2.5.3",
"hammerjs": "^2.0.8",
"jasmine-core": "2.9.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/app/demo/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { FormsModule } from '@angular/forms';
import { MatButtonModule, MatButtonToggleModule, MatCardModule, MatListModule, MatRadioModule, MatSlideToggleModule, MatToolbarModule } from '@angular/material';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { RouterModule, Routes } from '@angular/router';
import 'hammerjs';
import { NgxMapboxGLModule } from '../lib';
import { DemoFileLoaderService } from './demo-file-loader.service';
import { Display3dBuildingsComponent } from './examples/3d-buildings.component';
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3455,6 +3455,10 @@ grid-index@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/grid-index/-/grid-index-1.0.0.tgz#ad2c5d54ce5b35437faff1d70a9aeb3d1d261110"

hammerjs@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1"

handle-thing@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-1.2.5.tgz#fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4"
Expand Down

0 comments on commit fb9b060

Please sign in to comment.