Skip to content

Commit

Permalink
fix(tooltip): removed deprecated tooltip options
Browse files Browse the repository at this point in the history
fixes #1612
  • Loading branch information
valorkin committed Mar 2, 2017
1 parent 0cc5b96 commit 373bed9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ export {
} from './timepicker';

export {
TooltipConfig, TooltipContainerComponent, TooltipDirective, TooltipModule,
TooltipOptions
TooltipConfig, TooltipContainerComponent, TooltipDirective, TooltipModule
} from './tooltip';

export {
Expand Down
1 change: 0 additions & 1 deletion src/tooltip/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ export { TooltipContainerComponent } from './tooltip-container.component';
export { TooltipDirective } from './tooltip.directive';
export { TooltipModule } from './tooltip.module';
export { TooltipConfig } from './tooltip.config';
export { TooltipOptions } from './tooltip-options.class';
18 changes: 0 additions & 18 deletions src/tooltip/tooltip-options.class.ts

This file was deleted.

0 comments on commit 373bed9

Please sign in to comment.