mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 23:22:32 +08:00
884 B
884 B
+++
-----------------------------------------------------------------------
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
Used to retrieve the AngularLoader that enables the use of Angular components within a React component.
Please see the AngularComponent for a proper example.
Signature
export declare function getAngularLoader(): AngularLoader;
Import
import { getAngularLoader } from '@grafana/runtime';
Returns:
AngularLoader