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'm using the library to do some network tests but I'm noticing that the library isn't using native Promise which will be a problem in an Angular app.
Without using native Promise, I couldn't opt out of Angular Zone and it makes the app unusable due to detectChanges has been called a lot when running network testing.
I have a PR for the issue.
The text was updated successfully, but these errors were encountered:
dzag
linked a pull request
Apr 29, 2020
that will
close
this issue
which angular version you are using? i am trying to add it to angular 9 project and i got this error
This likely means that the library which declares NetworkTest has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
which angular version you are using? i am trying to add it to angular 9 project and i got this error
This likely means that the library which declares NetworkTest has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
You should recompile your project and let ngcc process the library in order to use it, that's all.
I'm using the library to do some network tests but I'm noticing that the library isn't using native Promise which will be a problem in an Angular app.
Without using native Promise, I couldn't opt out of Angular Zone and it makes the app unusable due to detectChanges has been called a lot when running network testing.
I have a PR for the issue.
The text was updated successfully, but these errors were encountered: