module.ts 419 B

1234567891011121314
  1. import StackdriverDatasource from './datasource';
  2. // import { StackdriverQueryCtrl } from './query_ctrl';
  3. import { StackdriverConfigCtrl } from './config_ctrl';
  4. // class AnnotationsQueryCtrl {
  5. // static templateUrl = 'partials/annotations.editor.html';
  6. // }
  7. export {
  8. StackdriverDatasource as Datasource,
  9. // StackdriverQueryCtrl as QueryCtrl,
  10. StackdriverConfigCtrl as ConfigCtrl,
  11. // AnnotationsQueryCtrl,
  12. };