Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit 5fa4481

Browse files
Include hammerjs
1 parent 0094c69 commit 5fa4481

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@angular/platform-browser-dynamic": "^6.0.9",
2424
"@angular/router": "^6.0.9",
2525
"core-js": "^2.5.7",
26+
"hammerjs": "^2.0.8",
2627
"raf": "^3.1.0",
2728
"rebound": "0.0.13",
2829
"sister": "^3.0.1",

src/app/modules/ionic-swing/ionic-swing.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export * from './swing/direction';
1414
export * from './swing/stack';
1515
export * from './swing/utilities';
1616

17+
import 'hammerjs';
18+
1719
@NgModule({
1820
imports: [
1921
CommonModule

0 commit comments

Comments
 (0)