Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core Refactor - migrate to secondary entrypoints to optimize the bund…
…le size (#1625) * feat(demo): Convert all components, directives and pipes to standalone * feat(demo): Remove unnecessary NgModule classes * fix(core/language): TranslateModule call forRoot only once with provideRootTranslation * feat: migrate to angular standalone components (#1556) BREAKING CHANGE: IgoLanguageModule don't import TranslateModule.forRoot defaultLanguageLoader is not exported anymore BREAKING CHANGE: 'provideDefaultLanguageLoader' and 'provideLanguageLoader' are replaced by 'DEFAULT_LANGUAGE_LOADER' and set directly inside the TranslationConfig * build(packagr): keep only one config * feat(core): split in submodule for bundle optimization BREAKING CHANGES - refact(compression): convert and move to utils packages BREAKING CHANGE * build(clean-exports): account all keys in the exports object
- Loading branch information