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 14 support? #101

Open
dolanmiu opened this issue Jun 12, 2022 · 3 comments
Open

Angular 14 support? #101

dolanmiu opened this issue Jun 12, 2022 · 3 comments

Comments

@dolanmiu
Copy link

Is this library supported for Angular 14?

If so, can we fix the peerDependencies on npm install?

@raphael-hettich
Copy link

seconded. Please fix the peerDependency

@MikeJerred
Copy link

As a workaround you can add to your package.json:

"overrides": {
  "@materia-ui/ngx-monaco-editor": {
    "@angular/common": "$@angular/common",
    "@angular/core": "$@angular/core",
    "monaco-editor": "$monaco-editor"
  }
}

@Myles-Kadusale-Golden
Copy link

Hope there will be support for Angular 14

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

4 participants