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

angular import error #7

Open
achebrol opened this issue Feb 20, 2023 · 2 comments
Open

angular import error #7

achebrol opened this issue Feb 20, 2023 · 2 comments

Comments

@achebrol
Copy link

I am trying to use this package in my angular project and i see angular support is missing in latest version(1.4.4) but it works in old version 1.3.5.

import { WebViewExtModule } from '@nativescript-community/ui-webview/angular';

Can some one help?

@akhil888binoy
Copy link

It's possible that the latest version of @nativescript-community/ui-webview has removed support for Angular, or it could be a bug. Here are some steps you can take to troubleshoot the issue:

Check the package's documentation or GitHub repository to see if there are any known issues or changes in Angular support for the latest version. It's possible that the package may have changed its Angular API or dropped support altogether.

If you're using Angular 11 or later, make sure you have installed the @angular/compat package. This package provides backward compatibility with older Angular APIs and can help resolve issues with packages that haven't been updated to the latest version of Angular.

Try downgrading to an older version of @nativescript-community/ui-webview that supports Angular. You mentioned that version 1.3.5 worked for you, so you could try downgrading to that version until the package adds support for the latest version of Angular.

If none of the above steps work, consider filing a bug report with the package's maintainers. They may be able to provide further guidance or address the issue in a future release.

@farfromrefug
Copy link
Member

@achebrol @akhil888binoy it is a bug.

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

3 participants