refactor(common): refactor i18n code to ease tree shaking (#18907)
PR Close #18907
This commit is contained in:

committed by
Miško Hevery

parent
4c45347635
commit
832876d0a1
@ -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
|
||||
|
Reference in New Issue
Block a user