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

[Feature] #1009

Open
saeedmou opened this issue Aug 27, 2023 · 1 comment
Open

[Feature] #1009

saeedmou opened this issue Aug 27, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@saeedmou
Copy link

Please add support for angular 16.

@saeedmou saeedmou added the enhancement New feature or request label Aug 27, 2023
@saeedmou
Copy link
Author

saeedmou commented Aug 28, 2023

For those who wish to ignore the warnings and errors indicating that Angular 13 is required for this package, you can override it in the package.json of your project. Add the following line to your package.json:

"overrides": {
"ngx-persian": {
"@angular/common": "latest",
"@angular/core": "latest",
"@angular/animations": "latest",
"@angular/platform-browser":"latest"
}
}

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

No branches or pull requests

2 participants