Skip to content

Commit

Permalink
feat: export directives with Directive suffix
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The Resizable import is now ResizableDirective and ResizeHandle is now
ResizeHandleDirective
  • Loading branch information
Matt Lewis committed Dec 26, 2017
1 parent 1d5f129 commit 0440bbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ export * from './resizable.module';
export { BoundingRectangle } from './interfaces/bounding-rectangle.interface';
export { Edges } from './interfaces/edges.interface';
export { ResizeEvent } from './interfaces/resize-event.interface';
export { ResizableDirective as Resizable } from './resizable.directive';
export {
ResizeHandleDirective as ResizeHandle
} from './resize-handle.directive';
export { ResizableDirective } from './resizable.directive';
export { ResizeHandleDirective } from './resize-handle.directive';

0 comments on commit 0440bbd

Please sign in to comment.