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 13dd558Copy full SHA for 13dd558
GETTING_STARTED.md
@@ -46,6 +46,18 @@ 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
51
+npm install --save-dev @types/hammerjs
52
+```
53
+
54
+Import HammerJS on your app's module.
55
56
+**src/app/app.module.ts**
57
+```ts
58
+import 'hammerjs';
59
60
61
## Configuring SystemJS
62
If your project is using SystemJS for module loading, you will need to add `@angular/material`
63
to the SystemJS configuration:
0 commit comments