-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(getting-started): specify HammerJS install instructions #1970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(getting-started): specify HammerJS install instructions #1970
Conversation
@@ -46,6 +46,17 @@ Add HammerJS to your application via [npm](https://www.npmjs.com/package/hammerj | |||
(such as the [Google CDN](https://developers.google.com/speed/libraries/#hammerjs)), or served | |||
directly from your app. | |||
|
|||
```bash | |||
npm install --save hammerjs @types/hammerjs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer to see npm install --save hammerjs
and npm install --save-dev @types/hammerjs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, I'll update it, thanks! 👍
17f2ac3
to
13dd558
Compare
@jmcgoldrick @devversion Comment addressed 😄 |
@@ -46,6 +46,18 @@ Add HammerJS to your application via [npm](https://www.npmjs.com/package/hammerj | |||
(such as the [Google CDN](https://developers.google.com/speed/libraries/#hammerjs)), or served | |||
directly from your app. | |||
|
|||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This just needs a title like "If you want to include HammerJS from npm, you can install it:"
Change GETTING_STARTED.md to include more specific HammerJS install instructions. Closes angular#1889
13dd558
to
776cb5c
Compare
@jelbourn title added, but somehow the sauce labs check failed, any idea why? 🤔 |
SauceLabs connection is just a bit flaky. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Change GETTING_STARTED.md to include more specific HammerJS install instructions.
Closes #1889