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
Update component controller class and provide corresponding properties and events:
@@ -49,7 +54,7 @@ Update component controller class and provide corresponding properties and event
49
54
exportclassAppComponent {
50
55
theme ='vs-dark';
51
56
52
-
codeModel:CodeModel= {
57
+
model:CodeModel= {
53
58
language: 'json',
54
59
uri: 'main.json',
55
60
value: '{}'
@@ -95,7 +100,7 @@ export interface CodeModel {
95
100
96
101
### Editor Options
97
102
98
-
For available options see [IEditorConstructionOptions](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.ieditorconstructionoptions.html) docs.
103
+
For available options see [IEditorConstructionOptions](https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IEditorConstructionOptions.html) docs.
99
104
100
105
The following options are used by default when Editor Component gets created:
101
106
@@ -123,8 +128,7 @@ The editor is able to resolve typing libraries when set to the `Typescript` or `
123
128
Use `dependencies` property to provide a list of libraries to resolve
0 commit comments