-
Notifications
You must be signed in to change notification settings - Fork 4
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
Manual side feature #10
base: develop
Are you sure you want to change the base?
Conversation
You should not commit |
Done! |
Thank you. It is 1:15am here. I'll review tomorrow when I get time. |
Ok! Thank you very much! I'll be waiting for news! See you! |
Hi there |
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.
Please remove node_modules
directory from projects/ngx-mzd-timeline
directory.
@@ -0,0 +1,15 @@ | |||
/*! ***************************************************************************** |
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.
Could you please remove this entire node_modules
folder from the PR.
has this been merged? |
@soniclvr811 I could not merge it because of so many conflicts and the entire node_modules was committed. Anyway, this pr is actually too old to resolve conflicts. I think, it will be easier to re-implement this feature. |
I added a new feature: you can set manualSide property true and then set the property leftSide (in the child component) true or false in order to select the position of the children. That feature has priority above the alternateSide property. With this feature you can select the side of each child.
I also upload the /dist folder because previously I tried to implement the library myself but i couldn't do it succesfully.
Can you approve the pull request?