Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
core
/
navigation
/
patch
/
File Content:
RouteParamsProvider.ts
// This is empty for now, as I think it's not going to be necessary. // This replaces Angular RouteParamsProvider implementation with a dummy one to keep the ball rolling import { navigationLogger } from '@grafana/runtime'; export class RouteParamsProvider { constructor() { navigationLogger('Patch angular', false, 'RouteParamsProvider'); } $get = () => { // throw new Error('TODO: Refactor $routeParams'); }; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
RouteParamsProvider.ts
431 bytes
0644
RouteProvider.ts
369 bytes
0644
interceptLinkClicks.ts
1943 bytes
0644
N4ST4R_ID | Naxtarrr