All files / lib i18n.constants.ts

100% Statements 8/8
100% Branches 0/0
100% Functions 0/0
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 111x 1x 1x 1x 1x 1x     1x 1x  
export const I18N_OPTIONS = 'I18nOptions';
export const I18N_TRANSLATIONS = 'I18nTranslations';
export const I18N_LANGUAGES = 'I18nLanguages';
export const I18N_RESOLVER_OPTIONS = 'I18nResolverOptions';
export const I18N_RESOLVERS = 'I18nResolvers';
export const I18N_PARSER_OPTIONS = 'I18nParserOptions';
 
// private consts
export const I18N_LANGUAGES_SUBJECT = 'I18nLanguagesSubject';
export const I18N_TRANSLATIONS_SUBJECT = 'I18nTranslationsSubject';