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

Application Build with Angular 18 fails due to typing errors #870

Open
HollerAtMentalis opened this issue Sep 24, 2024 · 2 comments
Open

Comments

@HollerAtMentalis
Copy link

HollerAtMentalis commented Sep 24, 2024

Since upgrading to Angular 18, the following errors occur when building the application:

Bildschirmfoto 2024-09-24 um 15 23 49

These errors seem to occur due to not so clean imports and exports in the d.ts files mentioned in the error messages. It would be great if those could be fixed. Until then I am forced to use the compilerOption "skipLibCheck": true.

@AlijiEmmanuel-dev
Copy link

Have you installed the typescript types as dev dependencies.

@HollerAtMentalis
Copy link
Author

HollerAtMentalis commented Sep 24, 2024

@AlijiEmmanuel-dev Thanks for the quick reply.

Yes I also tried installing the types as dev dependencies. It didn't work. Also the types are marked as deprecated because they should by now be included in the JsSip Lib.

@HollerAtMentalis HollerAtMentalis changed the title JsSip does not work with Angular 18 JsSip does not work with Angular 18 due to typing errors Sep 25, 2024
@HollerAtMentalis HollerAtMentalis changed the title JsSip does not work with Angular 18 due to typing errors Application Build with Angular 18 fails due to typing errors Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants