+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "AngularComponent" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" draft = true +++ ## AngularComponent interface Signature ```typescript export interface AngularComponent ``` Import ```typescript import { AngularComponent } from '@grafana/runtime'; ``` Methods | Method | Description | | --- | --- | | [destroy()](#destroy-method) | | | [digest()](#digest-method) | | | [getScope()](#getscope-method) | | ### destroy method Signature ```typescript destroy(): void; ``` Returns: `void` ### digest method Signature ```typescript digest(): void; ``` Returns: `void` ### getScope method Signature ```typescript getScope(): any; ``` Returns: `any`