TimeSrv: Refactor service to have no dependency on angular (#32562)

* TimeSrv: Refactor service to have no dependency on angular

* Fixing reference to function that does not exist

* fixing tests

* Worked around the strange error
This commit is contained in:
Torkel Ödegaard
2021-04-01 06:33:11 +02:00
committed by GitHub
parent 1399b49c16
commit 6fa7c6b206
18 changed files with 93 additions and 112 deletions

View File

@@ -1,5 +1,4 @@
import './annotations/all';
import './templating/all';
import './plugins/all';
import './dashboard';
import './panel/all';