(injector?: Injector)
| 69 | } |
| 70 | |
| 71 | export function isI18nHydrationEnabled(injector?: Injector) { |
| 72 | injector = injector ?? inject(Injector); |
| 73 | return injector.get(IS_I18N_HYDRATION_ENABLED, false); |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Collects, if not already cached, all of the indices in the |
no test coverage detected