@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
4 lines (3 loc) • 322 B
TypeScript
import type { ExistingProvider, ProviderToken } from '@angular/core';
export declare function tuiProvide<T>(provide: ProviderToken<T>, useExisting: ProviderToken<T>): ExistingProvider;
export declare function tuiProvide<T>(provide: ProviderToken<T | T[]>, useExisting: ProviderToken<T>, multi: boolean): ExistingProvider;