Skip to content

Commit b546311

Browse files
author
Raphaël Balet
committed
Merge commit '951175a0dc4f2f031d05657f3b8781f04051e70c' into develop
2 parents 6cca69f + 951175a commit b546311

File tree

8 files changed

+2678
-4602
lines changed

8 files changed

+2678
-4602
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Choose the version corresponding to your Angular version:
3535

3636
| Angular | @ngx-translate/core | ngx-translate-multi-http-loader |
3737
| ------- | ------------------- | ------------------------------- |
38-
| 16 | 16.x+ | 15.x+ |
39-
| 15 | 15.x+ | 9.x+ |
38+
| >= 16 | 15.x+ | >= 15.x+ |
39+
| 15 | 14.x+ | 9.x+ |
4040
| 14 | 14.x+ | 8.x+ |
4141
| 13 | 14.x+ | 7.x+ |
4242
| 6 | 10.x+ | 1.x+ |
@@ -57,7 +57,7 @@ import {AppComponent} from './app';
5757

5858
// AoT requires an exported function for factories
5959
export function HttpLoaderFactory(_httpBackend: HttpBackend) {
60-
return new MultiTranslateHttpLoader(_httpBackend, ['/assets/i18n/core/', '/assets/i18n/vendors/']);
60+
return new MultiTranslateHttpLoader(_httpBackend, ['/assets/i18n/core/', '/assets/i18n/vendors/']); // /i18n/core/ on angular >= v18 with the new public logic
6161
}
6262

6363
@NgModule({

0 commit comments

Comments
 (0)