Skip to content

Commit

Permalink
fix(polyfills): add missing hammerjs, fixes #247
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jun 26, 2018
1 parent cc5576e commit 27cc797
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 36 deletions.
45 changes: 18 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "6.0.0",
"@angular/animations": "^6.0.0",
"@angular/cdk": "^6.2.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "6.0.0",
"@angular/http": "6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/material": "^6.2.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "6.0.0",
"@angular/router": "6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"@ngrx/effects": "^6.0.0-beta.1",
"@ngrx/store": "^6.0.0-beta.1",
"@ngrx/effects": "^6.0.0",
"@ngrx/store": "^6.0.0",
"bootstrap": "^4.0.0",
"browser-detect": "^0.2.27",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"rxjs": "^6.0.0",
"uuid": "^3.1.0",
"web-animations-js": "^2.2.5",
Expand All @@ -47,8 +48,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.0",
"@angular/cli": "^6.0.0",
"@angular/compiler-cli": "6.0.0",
"@angular/language-service": "6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/language-service": "^6.0.0",
"@types/jasmine": "~2.8.3",
"@types/node": "~9.4.0",
"codelyzer": "~4.1.0",
Expand Down
2 changes: 2 additions & 0 deletions src/polyfills.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/

import 'hammerjs';

0 comments on commit 27cc797

Please sign in to comment.