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:
Torkel Ödegaard
2021-11-10 11:05:36 +01:00
committed by GitHub
parent e7fd41d779
commit c96c92d712
51 changed files with 201 additions and 227 deletions

View File

@@ -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 */