Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit f230a97

Browse files
author
Wendell
committed
release: 0.0.1
1 parent b0b8d3f commit f230a97

File tree

7 files changed

+28
-75
lines changed

7 files changed

+28
-75
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ testem.log
4444
# System Files
4545
.DS_Store
4646
Thumbs.db
47+
48+
# Copied README.md
49+
projects/monaco-ng/README.md
50+
projects/monaco-ng/demo.png

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ export class YourEditorComponent {
132132

133133
### MonacoService
134134

135+
| Property | Description | Type | Default Value |
136+
| --------------------- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------------- |
137+
| `updateDefaultOption` | Update default editor options. You can use `force` to make the change applied to every existing editor. | `(option: JoinedEditorOption, force = false): void` | - |
138+
135139
### MONACO_CONFIG
136140

137141
Configurations of `MonacoService`. It should be provided in the root.

e2e/protractor.conf.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

e2e/src/app.e2e-spec.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

e2e/src/app.po.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

e2e/tsconfig.e2e.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

projects/monaco-ng/package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "@silicic/monaco-ng",
33
"version": "0.0.1",
4+
"author": {
5+
"name": "Wendell Hu",
6+
"email": "wendzhue@gmail.com"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/silicic-acid/monaco-ng"
11+
},
12+
"license": "MIT",
13+
"bugs": {
14+
"url": "https://github.com/silicic-acid/monaco-ng/issues"
15+
},
16+
"description": "A monaco editor loader and renderer for Angular",
17+
"keywords": [
18+
"monaco-editor",
19+
"monaco-plugin",
20+
"angular",
21+
"component",
22+
"silicic"
23+
],
424
"peerDependencies": {
525
"@angular/common": "^7.2.0",
626
"@angular/core": "^7.2.0",

0 commit comments

Comments
 (0)