UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

10 lines (9 loc) 420 B
import { type UpdateRecorder } from '@angular-devkit/schematics'; import { type DevkitFileSystem } from 'ng-morph'; import { type HtmlComment, type TemplateResource } from '../../interfaces'; export declare function addHTMLCommentTags({ resource, recorder, fileSystem, data, }: { fileSystem: DevkitFileSystem; recorder: UpdateRecorder; data: readonly HtmlComment[]; resource: TemplateResource; }): void;