@ng-web-apis/audio
Version:
This is a library for declarative use of Web Audio API with Angular
10 lines (9 loc) • 306 B
TypeScript
import { InjectionToken } from '@angular/core';
/**
* This is mostly for internal use only
*/
export declare const WA_CONSTRUCTOR_SUPPORT: InjectionToken<boolean>;
/**
* @deprecated: drop in v5.0, use {@link WA_CONSTRUCTOR_SUPPORT}
*/
export declare const CONSTRUCTOR_SUPPORT: InjectionToken<boolean>;