-
Notifications
You must be signed in to change notification settings - Fork 99
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
Ng 17 support #325
Ng 17 support #325
Conversation
…tation/sample app to acoomodate
This is my first contribution so please let me know if anything is out of order. #323 is resolved by this PR as well. |
@bfwg any chance you can take a look at this? |
The CI is failing with below error. Looks like we need to update https://github.com/bfwg/ngx-drag-scroll/blob/develop/.github/workflows/ci.yml#L19
|
Thanks! Updated to 18.x |
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.
LGTM 👍
17.0.1 is out with your changes. Great work. |
ng test
ng lint
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR introduces support for Angular 17 as well as introduces standalone for the component and directive.
What is the current behavior? (You can also link to an open issue here)
The current behavior only supports Angular 16. Not supported for Standalone Angular Components #323
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
This PR has breaking changes in that the DragScrollModule is no longer available.
Other information: