Skip to content
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

Not work in Angular Universal 7.1.4 #216

Closed
1 of 3 tasks
levytskyy opened this issue Mar 11, 2019 · 2 comments
Closed
1 of 3 tasks

Not work in Angular Universal 7.1.4 #216

levytskyy opened this issue Mar 11, 2019 · 2 comments

Comments

@levytskyy
Copy link

levytskyy commented Mar 11, 2019

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • Do you want to request a feature or report a bug?

  • What is the current behavior?

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem you can use the demo site as an example or via https://plnkr.co

  • What is the expected behavior?

  • What is the motivation / use case for changing the behavior?

  • Please tell us about your environment:

    • Version: 1.0.0
    • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

@levytskyy
Copy link
Author

Found solution.
Add to package.json
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
and run before build - "compile_ngx-drag-scroll": "babel node_modules/ngx-drag-scroll/lib -d node_modules/ngx-drag-scroll/lib --presets es2015"

@bfwg
Copy link
Owner

bfwg commented Feb 10, 2020

Dup of #195

@bfwg bfwg closed this as completed Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants