-
Notifications
You must be signed in to change notification settings - Fork 6.8k
hammerjs needs to be added to packages for systemjs as well #7918
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
Conversation
Add hammerjs setting in systemjs.config.js
hammerjs setting for systemjs
for workable example of using material 2, hammerjs in systemjs, check here |
guides/getting-started.md
Outdated
packages:{ | ||
app: { | ||
|
||
}, |
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.
What is this app
objecT? Can it be removed?
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.
yes, please
guides/getting-started.md
Outdated
hammerjs:{ | ||
main: './hammer.js', | ||
defaultExtension: 'js' | ||
} |
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.
Condense this to one line?
hammerjs: {main: './hammer.js', defaultExtension: 'js'},
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.
Yes,please
guides/getting-started.md
Outdated
@@ -157,7 +157,20 @@ System.config({ | |||
// CDK individual packages | |||
'@angular/cdk/platform': 'npm:@angular/cdk/bundles/cdk-platform.umd.js', | |||
'@angular/cdk/a11y': 'npm:@angular/cdk/bundles/cdk-a11y.umd.js', | |||
|
|||
// 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.
Comment is unnecessary
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.
agree
@Longfld can you rebase and we can work on reviewing and getting this in again? |
This pull has been replaced by #10653 |
@josephperrott I have made #10653 to replace this(#v). Please review #10653 and get this in if proper, thanks! |
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. |
getting-started/Appendix: Configuring SystemJS:
it mentioned add hammerjs to mapping, does not say it needs to be added to packages too.