UNPKG

@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) 329 B
import { type ClassDeclaration, type Pattern, type Query, type StructureType } from 'ng-morph'; import { type TemplateResource } from '../../ng-update/interfaces/template-resource'; export declare function getComponentTemplates(pattern: Pattern, query?: Query<Omit<StructureType<ClassDeclaration>, 'kind'>>): TemplateResource[];