mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
48 lines
1.0 KiB
Markdown
48 lines
1.0 KiB
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "AngularLoader"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
|
||
|
type = "docs"
|
||
|
draft = true
|
||
|
+++
|
||
|
|
||
|
## AngularLoader interface
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface AngularLoader
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { AngularLoader } from '@grafana/runtime';
|
||
|
```
|
||
|
<b>Methods</b>
|
||
|
|
||
|
| Method | Description |
|
||
|
| --- | --- |
|
||
|
| [load(elem, scopeProps, template)](#load-method) | |
|
||
|
|
||
|
### load method
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
load(elem: any, scopeProps: any, template: string): AngularComponent;
|
||
|
```
|
||
|
<b>Parameters</b>
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| elem | <code>any</code> | |
|
||
|
| scopeProps | <code>any</code> | |
|
||
|
| template | <code>string</code> | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
`AngularComponent`
|
||
|
|