-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Editor not works with standAlone components #1372
Comments
You are importing CommonModule, as well as a bunch of Material Modules, what's the concern about Code Editor? can you import it the same way? |
That's right, I import those necessary modules into the component because it is a standAlone component, and because I need those modules for that component to work, but when I import, but code editor cannot be imported there, I attached the error that returns in the image, if I import CodeEditorModule does work but when I want it to work offline like it is in the img it doesn't work |
please @DenysVuika can you help us? |
The component is fully standalone with the 9.0.0 release: https://github.com/ngstack/code-editor/releases/tag/v.9.0.0 Please check the updated readme or the standalone apps (single/multiple editors) |
import assets of monaco error with component standAlone
and also return error when call ngs
please can you update documentation or write in this ticket how implement the editor with standAlone Components?
this problem evit works good this editor
I have
-angular 18.0.1
@DenysVuika i hope can you help me
The text was updated successfully, but these errors were encountered: