diff --git a/CHANGELOG.md b/CHANGELOG.md index dae84b24..f78bc2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.5.0] - 2025-09-16 + +- Migrate to angular 18 + ## [2.4.0] - 2025-08-15 - Migrate to angular 17 diff --git a/angular.json b/angular.json index deddb4d4..4e6d7e16 100644 --- a/angular.json +++ b/angular.json @@ -9,7 +9,7 @@ "projectType": "application", "architect": { "build": { - "builder": "@angular-devkit/build-angular:browser", + "builder": "@angular-devkit/build-angular:browser-esbuild", "options": { "outputPath": "demo-dist", "index": "demo/index.html", diff --git a/demo/__mocks__/htmlMock.js b/demo/__mocks__/htmlMock.js new file mode 100644 index 00000000..9dc5fc1e --- /dev/null +++ b/demo/__mocks__/htmlMock.js @@ -0,0 +1 @@ +module.exports = ''; diff --git a/demo/app/app.component.html b/demo/app/app.component.html index 5309be40..a51a22c3 100644 --- a/demo/app/app.component.html +++ b/demo/app/app.component.html @@ -1,7 +1,9 @@

ngx-jsonapi example - {{ loading }} + @defer { + {{ loading }} + }