mirror of https://github.com/grafana/grafana.git
29 lines
657 B
Markdown
29 lines
657 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "getAngularLoader"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
|
||
|
type = "docs"
|
||
|
draft = true
|
||
|
+++
|
||
|
|
||
|
## getAngularLoader() function
|
||
|
|
||
|
### getAngularLoader() function
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare function getAngularLoader(): AngularLoader;
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { getAngularLoader } from '@grafana/runtime';
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
`AngularLoader`
|
||
|
|