@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) • 332 B
TypeScript
import { type UpdateRecorder } from '@angular-devkit/schematics';
import { type ElementLocation } from 'parse5/dist/common/token';
export declare function replaceTag(recorder: UpdateRecorder, sourceCodeLocation: ElementLocation | null | undefined, from: string, to: string, templateOffset?: number, addAttributes?: string[]): void;