refactor(common): refactor i18n code to ease tree shaking (#18907)

PR Close #18907
This commit is contained in:
Victor Berchet
2017-08-23 17:10:27 -07:00
committed by Miško Hevery
parent 4c45347635
commit 832876d0a1
9 changed files with 85 additions and 98 deletions

View File

@ -7,8 +7,7 @@
*/
import {Inject, Injectable, LOCALE_ID} from '@angular/core';
import {Plural} from './locale_data';
import {getLocalePluralCase} from './locale_data_api';
import {Plural, getLocalePluralCase} from './locale_data_api';
/**
* @experimental