You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
View engine libraries are no longer going to be supported in Angular 16 (see here). When this is released BreezeJs users are going to be stuck on Angular 15, which is obviously not ideal.
When compiling at the moment there is a warning saying that the library needs to be updated:
⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries:
- breeze-client [es2015/esm2015] (https://github.com/Breeze/breeze-client.git)
Encourage the library authors to publish an Ivy distribution.
Happy to help with a PR if you can direct me to the changes that will need to occur.
The text was updated successfully, but these errors were encountered:
I just found the mjs releases - this seems to make the warning go away (install with npm install breeze-client@mjs. This only downside to this is npm outdated says it is outdated (wants to upgrade from 2.1.4-mjs to 2.1.4).
View engine libraries are no longer going to be supported in Angular 16 (see here). When this is released BreezeJs users are going to be stuck on Angular 15, which is obviously not ideal.
When compiling at the moment there is a warning saying that the library needs to be updated:
Happy to help with a PR if you can direct me to the changes that will need to occur.
The text was updated successfully, but these errors were encountered: