Skip to content

Commit a7ef772

Browse files
author
Raphaël Balet
committed
feat(deepmerge-ts): to v7.1
1 parent 949a2b6 commit a7ef772

File tree

5 files changed

+2656
-4603
lines changed

5 files changed

+2656
-4603
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)