Skip to content

Commit

Permalink
feat(deepmerge-ts): to v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Balet committed Sep 4, 2024
1 parent 949a2b6 commit a7ef772
Show file tree
Hide file tree
Showing 5 changed files with 2,656 additions and 4,603 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Choose the version corresponding to your Angular version:

| Angular | @ngx-translate/core | ngx-translate-multi-http-loader |
| ------- | ------------------- | ------------------------------- |
| 16 | 16.x+ | 15.x+ |
| 15 | 15.x+ | 9.x+ |
| >= 16 | 15.x+ | >= 15.x+ |
| 15 | 14.x+ | 9.x+ |
| 14 | 14.x+ | 8.x+ |
| 13 | 14.x+ | 7.x+ |
| 6 | 10.x+ | 1.x+ |
Expand All @@ -57,7 +57,7 @@ import {AppComponent} from './app';

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

@NgModule({
Expand Down
Loading

0 comments on commit a7ef772

Please sign in to comment.