This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2024-11-26 02:40:26 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
91fb2e07ce
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 09:30:53 -06:00
import
angular
from
'angular'
;
tech(systemjs): tricky mixing systemjs and requirejs, might need to migrate
2015-12-15 13:23:55 -06:00
export
default
angular
.
module
(
'grafana.core'
,
[
'ngRoute'
]
)
;
Reference in New Issue
Copy Permalink