-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(sortable): module #1295
feat(sortable): module #1295
Conversation
Current coverage is 85.43% (diff: 100%)
@@ development #1295 diff @@
=============================================
Files 76 80 +4
Lines 2142 2252 +110
Methods 20 21 +1
Messages 0 0
Branches 285 293 +8
=============================================
+ Hits 1814 1924 +110
Misses 230 230
Partials 98 98
|
Awesome! |
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.
Looks good to me!
Please apply mentioned changes, tests and doc
@@ -20,7 +21,7 @@ import { ComponentsHelper } from './utils/components-helper.service'; | |||
@NgModule({ | |||
exports: [ | |||
AccordionModule, AlertModule, ButtonsModule, CarouselModule, CollapseModule, DatepickerModule, DropdownModule, | |||
ModalModule, PaginationModule, ProgressbarModule, RatingModule, TabsModule, TimepickerModule, TooltipModule, | |||
ModalModule, PaginationModule, ProgressbarModule, RatingModule, SortableListModule, TabsModule, TimepickerModule, TooltipModule, |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -0,0 +1 @@ | |||
export * from './sortable-list.module'; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
/* tslint:disable */ | ||
@Component({ | ||
selector: 'ng2-sortable-list', | ||
templateUrl: './sortable-list.component.html', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
export everything from sortable module
fixed lint warning added basic tests
implemented tests for service
@valorkin, I have added docs and tests |
This is huge!!! Let me get to this |
@valorkin ping, just to remind :) |
hey, I remember it! ;) almost ready to more not core bootstrap modules
|
fixed compatibility with ie11
This is huge! |
I am actually ready to merge... |
This PR contains implementation of d&d sortable list, at the moment it supports:
Unfortunately I haven't found any information about contribution rules, if it is necessary to create some demo etc. please notify me