feat(item): sliding items work with list reorder

This commit is contained in:
Manu Mtz.-Almeida
2016-06-23 21:17:25 +02:00
parent b7826ba1c1
commit bfdc898945
15 changed files with 493 additions and 348 deletions

View File

@ -19,6 +19,7 @@ export * from './util/click-block';
export * from './util/events';
export * from './util/keyboard';
export * from './util/form';
export { reorderArray } from './util/util';
export * from './animations/animation';
export * from './transitions/page-transition';