@grafana/runtime: expose config and loadPluginCss (#17655)

* move config to grafana runtime

* set defaults

* defaults in constructor

* use @types/systemjs

* rename Settings to GrafanaBootConfig
This commit is contained in:
Ryan McKinley
2019-06-19 11:31:47 -07:00
committed by GitHub
parent c9ad411d8e
commit 428134482d
8 changed files with 105 additions and 88 deletions

View File

@@ -18,6 +18,7 @@
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"@types/systemjs": "^0.20.6",
"awesome-typescript-loader": "^5.2.1",
"lodash": "^4.17.10",
"pretty-format": "^24.5.0",