UNPKG

@taiga-ui/cdk

Version:

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

9 lines (8 loc) 200 B
export type TemplateResource = { readonly componentPath: string; readonly offset: number; readonly template: string; } | { componentPath: string; readonly templatePath: string; };