@studiohyperdrive/ngx-utils
Version:
A series of abstracts, utils, pipes and services for Angular applications.
9 lines (8 loc) • 359 B
TypeScript
import { Provider } from '@angular/core';
import { NgxReplaceElementsConfiguration } from '../../types';
/**
* Provides the configuration for the NgxReplaceElements directive
*
* @param configuration - The required configuration
*/
export declare const provideNgxReplaceElementsConfiguration: (configuration: NgxReplaceElementsConfiguration) => Provider;