Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Angular Ivy #76

Open
juliancarrivick opened this issue Apr 15, 2023 · 2 comments
Open

Support for Angular Ivy #76

juliancarrivick opened this issue Apr 15, 2023 · 2 comments

Comments

@juliancarrivick
Copy link

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.

@juliancarrivick
Copy link
Author

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).

@steveschmitt
Copy link
Member

At some point, we will switch it: the mjs version will get the latest tag, and the non-mjs version will get a umd tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants