This website requires JavaScript.
Explore
Help
Sign In
root
/
grafana
mirror of
https://github.com/grafana/grafana.git
Watch
1
Star
0
Fork
You've already forked grafana
0
Code
Issues
Actions
83
Packages
Projects
Releases
Wiki
Activity
2a64d19f5b
grafana
/
public
/
app
/
core
/
core_module.ts
3 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
tech(systemjs): more stuff is starting to work
2015-12-17 23:30:53 +08:00
import
angular
from
'angular'
;
tech(systemjs): tricky mixing systemjs and requirejs, might need to migrate
2015-12-16 03:23:55 +08:00
export
default
angular
.
module
(
'grafana.core'
,
[
'ngRoute'
]
)
;