feat(console): codemirror code editor for actions (#2736)

* feat: codemirror code editor

* cleanup

* lint

* mat import

* lint
This commit is contained in:
Max Peintner
2021-12-08 10:48:23 +01:00
committed by GitHub
parent 211dc7c21f
commit 7bf7379a05
11 changed files with 492 additions and 571 deletions

View File

@@ -10,6 +10,7 @@
},
"private": true,
"dependencies": {
"@ctrl/ngx-codemirror": "^5.1.1",
"@angular/animations": "~13.0.2",
"@angular/cdk": "~13.0.2",
"@angular/common": "~13.0.2",
@@ -28,6 +29,7 @@
"@types/file-saver": "^2.0.2",
"@types/google-protobuf": "^3.15.3",
"@types/uuid": "^8.3.0",
"codemirror": "^5.64.0",
"angular-oauth2-oidc": "^13.0.1",
"cors": "^2.8.5",
"file-saver": "^2.0.5",