UNPKG

@taiga-ui/cdk

Version:

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

7 lines (6 loc) 317 B
import type { ObjectLiteralExpression } from 'ng-morph'; export declare function pushToObjectArrayProperty(objectExpression: ObjectLiteralExpression, propertyName: string, initializer: string, { unique, forceToArray, index, }?: { forceToArray?: boolean; index?: number | null; unique?: boolean; }): void;