D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
core
/
navigation
/
patch
/
Filename :
RouteProvider.ts
back
Copy
// This is empty for now, as I think it's not going to be necessary. // This replaces Angular RouteProvider implementation with a dummy one to keep the ball rolling import { navigationLogger } from '@grafana/runtime'; export class RouteProvider { constructor() { navigationLogger('Patch angular', false, 'RouteProvider'); } $get() { return this; } }