We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8780720 commit 93d46b7Copy full SHA for 93d46b7
GETTING_STARTED.md
@@ -46,6 +46,17 @@ Add HammerJS to your application via [npm](https://www.npmjs.com/package/hammerj
46
(such as the [Google CDN](https://developers.google.com/speed/libraries/#hammerjs)), or served
47
directly from your app.
48
49
+```bash
50
+npm install --save hammerjs @types/hammerjs
51
+```
52
+
53
+Import HammerJS on your app's module.
54
55
+**src/app/app.module.ts**
56
+```ts
57
+import 'hammerjs';
58
59
60
## Configuring SystemJS
61
If your project is using SystemJS for module loading, you will need to add `@angular/material`
62
to the SystemJS configuration:
0 commit comments