You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a website by AngularJS, which uses MonacoEditor, which seems to have an AMD loader. In my index.html, I have the following code, which displays well monaco:
First, thanks for this super useful tool...
I have a website by AngularJS, which uses MonacoEditor, which seems to have an AMD loader. In my
index.html
, I have the following code, which displays wellmonaco
:Now, I want to lazy-load MonacoEditor with ocLazyLoad, But the following code returns
monaco is not defined
:Does anyone know how to fix it?
The text was updated successfully, but these errors were encountered: