UNPKG

@lithiumjs/angular

Version:

Reactive components made easy. Lithium provides utilities that enable seamless reactive state and event interactions for Angular components.

6 lines (5 loc) 258 B
export declare namespace CommonMetadata { const MANAGED_ONDESTROY_KEY = "__LI__MANAGED__ONDESTROY__"; const MANAGED_INSTANCE_DESTROYED_KEY = "__LI__MANAGED__INSTANCE__DESTROYED__"; function instanceIsDestroyed(componentInstance: any): boolean; }