Includes `hammerjs`.

This commit is contained in:
GabrielMeyer 2019-03-25 14:41:47 +01:00
parent 279b8b1d25
commit cd2907381b
2 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,7 @@
"core-js": "^2.6.5",
"css-element-queries": "^1.1.1",
"file-saver": "^2.0.1",
"hammerjs": "^2.0.8",
"material-icon-font": "git+https://github.com/petergng/materialIconFont.git",
"ng-pick-datetime": "^7.0.0",
"ngx-file-drop": "^5.0.5",

View File

@ -69,9 +69,10 @@ import 'core-js/es7/reflect';
// (window as any).__Zone_enable_cross_context_check = true;
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
* Zone JS and Hammer JS are required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'hammerjs';
/***************************************************************************************************
* APPLICATION IMPORTS