mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Angular: Move coreModule to app/angular and isolate angular usage more (#41433)
* moving coreModule to app/angular and isolating it more * fixed ts issue
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { coreModule } from 'app/core/core';
|
||||
import { coreModule } from 'app/angular/core_module';
|
||||
|
||||
coreModule.directive('datasourceHttpSettings', () => {
|
||||
return {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { coreModule } from 'app/core/core';
|
||||
import { coreModule } from 'app/angular/core_module';
|
||||
|
||||
coreModule.directive('datasourceTlsAuthSettings', () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user