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
I would second this. For some reason the combination Angular 13, Jest and ngx-mqtt breaks our tests. I think it's because this is still a view engine library.
It still works in runtime, so it's some sort of combination of the three. If I run npx ngcc before I run ng test, it does work.
Unexpected value 'MqttModule' imported by the module 'DynamicTestModule'. Please add an @NgModule annotation.
I would second this. For some reason the combination Angular 13, Jest and ngx-mqtt breaks our tests. I think it's because this is still a view engine library.
It still works in runtime, so it's some sort of combination of the three. If I run npx ngcc before I run ng test, it does work.
Unexpected value 'MqttModule' imported by the module 'DynamicTestModule'. Please add an @NgModule annotation.
Unfortunately my current workload enforces me to tighten my priority list and since this is an unpaid side project of mine, I don't think I will have enough spare time for this in the near future. Things might relax a bit, but I wouldn't count on free support for this library soon.
I'm submitting a...
Current behavior
As the title suggests, recent angular builds show the following warning when building:
Expected behavior
Unsure. I guess, ideally, an ivy-compatible build is generated?
Minimal working example of the problem with instructions
n/a
What is the motivation / use case for changing the behavior?
Warning shown by angular build.
Environment
The text was updated successfully, but these errors were encountered: