chore(translate): remove translate provider

Translate provider and TranslatePipe has been removed. Please use
NG2-Translate instead:
http://ionicframework.com/docs/v2/resources/ng2-translate/
This commit is contained in:
Adam Bradley
2016-11-16 10:01:18 -06:00
parent c78dc19754
commit 339857af1e
4 changed files with 0 additions and 105 deletions

View File

@ -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';