Skip to content

Commit

Permalink
chore(translate): remove translate provider
Browse files Browse the repository at this point in the history
Translate provider and TranslatePipe has been removed. Please use
NG2-Translate instead:
http://ionicframework.com/docs/v2/resources/ng2-translate/
  • Loading branch information
adamdbradley committed Nov 16, 2016
1 parent c78dc19 commit 339857a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 105 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ export * from './animations/animation';
export * from './transitions/page-transition';
export * from './transitions/transition';

export * from './translation/translate';
export * from './translation/translate_pipe';

export * from './navigation/nav-controller-base';
2 changes: 0 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { PopoverController } from './components/popover/popover';
import { QueryParams, setupQueryParams, UrlToken } from './platform/query-params';
import { TapClick, setupTapClick } from './components/tap-click/tap-click';
import { ToastController } from './components/toast/toast';
import { Translate } from './translation/translate';
import { registerModeConfigs } from './config/mode-registry';
import { registerTransitions } from './transitions/transition-registry';
import { TransitionController } from './transitions/transition-controller';
Expand Down Expand Up @@ -180,7 +179,6 @@ export class IonicModule {
PopoverController,
TapClick,
ToastController,
Translate,
TransitionController,

{ provide: LocationStrategy, useFactory: provideLocationStrategy, deps: [ PlatformLocation, [ new Inject(APP_BASE_HREF), new Optional()], Config ] },
Expand Down
67 changes: 0 additions & 67 deletions src/translation/translate.ts

This file was deleted.

33 changes: 0 additions & 33 deletions src/translation/translate_pipe.ts

This file was deleted.

1 comment on commit 339857a

@ramonornela
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 🍻 🍻

Please sign in to comment.