mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Angular: Isolate angular more (#41440)
* Getting close * Restore angular app boot at startup * Moving angular annotations dependencies to app/angular or old graph * Remove redundant setLinkSrv call * Fixing graph test * Minor refactor based on review feedback * Create in get function
This commit is contained in:
@@ -3,7 +3,7 @@ import coreModule from 'app/angular/core_module';
|
||||
import { assign } from 'lodash';
|
||||
|
||||
import { AngularComponent, AngularLoader as AngularLoaderInterface } from '@grafana/runtime';
|
||||
import { GrafanaRootScope } from 'app/routes/GrafanaCtrl';
|
||||
import { GrafanaRootScope } from 'app/angular/GrafanaCtrl';
|
||||
|
||||
export class AngularLoader implements AngularLoaderInterface {
|
||||
/** @ngInject */
|
||||
|
||||
Reference in New Issue
Block a user